update with automatic restart
This commit is contained in:
@ -17,12 +17,13 @@ from nmreval.lib.logger import handle_exception
|
||||
sys.excepthook = handle_exception
|
||||
|
||||
from gui_qt import App
|
||||
from gui_qt.Qt import QtCore
|
||||
from gui_qt.Qt import QtCore, QtWidgets, QtGui
|
||||
|
||||
app = App(['Team Rocket FTW!'])
|
||||
|
||||
from gui_qt.main.mainwindow import NMRMainWindow
|
||||
from gui_qt.lib.backup import BackupManager
|
||||
from gui_qt.lib.update import UpdateDialog
|
||||
|
||||
|
||||
def do_autosave():
|
||||
|
Reference in New Issue
Block a user