[Core] Warn user if using deprecated backup extension
This commit is contained in:
committed by
Chris Hennes
parent
bf94b71447
commit
1cb7f4e93a
@@ -1448,6 +1448,9 @@ void MainWindow::delayedStartup()
|
||||
return;
|
||||
}
|
||||
|
||||
// TODO: Check for deprecated settings
|
||||
Application::Instance->checkForDeprecatedSettings();
|
||||
|
||||
// Create new document?
|
||||
ParameterGrp::handle hGrp = WindowParameter::getDefaultParameter()->GetGroup("Document");
|
||||
if (hGrp->GetBool("CreateNewDoc", false)) {
|
||||
|
||||
Reference in New Issue
Block a user