Skip to content

Commit

Permalink
Default some settings to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Beirao committed Dec 6, 2024
1 parent 769607b commit 4d9250c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/settings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Launcher should fix them.</string>
<string>Dark Theme</string>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="cpmplevels_label">
Expand Down Expand Up @@ -403,6 +403,9 @@ border-radius:3px</string>
</property>
</widget>
<widget class="QCheckBox" name="endoom_checkBox">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>30</x>
Expand All @@ -418,7 +421,7 @@ border-radius:3px</string>
<string>Endoom</string>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="remember_checkBox">
Expand Down

0 comments on commit 4d9250c

Please sign in to comment.