Add files via upload

This commit is contained in:
gutosie
2021-03-10 14:26:39 +02:00
committed by GitHub
parent 3bcad08ee1
commit 2312b6a9c8

View File

@@ -1690,7 +1690,8 @@ def main(session, **kwargs):
try:
session.open(NeoBootImageChoose)
except:
session.open(MessageBox, _('Open NeoReboot Force Reboot in MENU'), type=MessageBox.TYPE_ERROR
from Plugins.Extensions.NeoReboot.plugin import ForceReboot
session.open(ForceReboot)
else:
if float(PLUGINVERSION) != version:
try: