added welcome dialog
This commit is contained in:
+1
-1
@@ -316,7 +316,7 @@ void Core::SetSnapping(const bool &b)
|
||||
|
||||
void Core::DialogAboutShow()
|
||||
{
|
||||
AboutDialog a(main_window_);
|
||||
AboutDialog a(false, main_window_);
|
||||
a.exec();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user