Remove warning for alpha releases
This commit is contained in:
@@ -343,14 +343,6 @@ class GuiMain(QMainWindow):
|
||||
self.showNormal()
|
||||
|
||||
logger.debug("Ready: GUI")
|
||||
|
||||
if __hexversion__[-2] == "a" and not CONFIG.isDebug:
|
||||
SHARED.warn(
|
||||
"You are running an untested development version of novelWriter. "
|
||||
"Please be careful when you are working on live projects "
|
||||
"and make sure you take regular backups."
|
||||
)
|
||||
|
||||
logger.info("novelWriter is ready ...")
|
||||
self.mainStatus.setStatusMessage(self.tr("novelWriter is ready ..."))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user