Skip to content

Commit

Permalink
make switch_theme visible
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Aug 14, 2022
1 parent 1696188 commit 9138853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottles/frontend/ui/preferences.ui
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<object class="AdwActionRow" id="row_theme">
<property name="title" translatable="yes">Dark Mode</property>
<property name="subtitle" translatable="yes">Whether Bottles should use the dark color scheme.</property>
<property name="visible">False</property>
<property name="visible">True</property>
<property name="activatable-widget">switch_theme</property>
<child>
<object class="GtkSwitch" id="switch_theme">
Expand Down

0 comments on commit 9138853

Please sign in to comment.