diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-25 22:47:34 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:39:05 -0500 |
| commit | 0f0313874aa90c66acaac9082f5ba6fbd29300ef (patch) | |
| tree | d9dbb5b7e479f88656379b9b4617632b20dce601 /src/createinstancedialog.ui | |
| parent | dfbcf8ec4c6da4d2d098403a01e7ec19b587e836 (diff) | |
new GlobalSettings class to manage the registry
close the create instance dialog when launch is unchecked
Diffstat (limited to 'src/createinstancedialog.ui')
| -rw-r--r-- | src/createinstancedialog.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/createinstancedialog.ui b/src/createinstancedialog.ui index bcd2eb03..1f9a8ce1 100644 --- a/src/createinstancedialog.ui +++ b/src/createinstancedialog.ui @@ -943,6 +943,9 @@ <property name="text"> <string>Launch the new instance</string> </property> + <property name="checked"> + <bool>true</bool> + </property> </widget> </item> </layout> |
