Skip to content

Commit

Permalink
dark mode feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Veeransh14 authored and mgautierfr committed Apr 8, 2024
1 parent b62c5f0 commit 2598729
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/kiwixconfirmbox.ui
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
</property>
</widget>
</item>
<item>
<item> <!--added checkbox -->
<widget class="QCheckBox" name="darkModeCheckbox">
<property name="text">
<string>Dark Mode</string>
Expand Down
13 changes: 12 additions & 1 deletion ui/localkiwixserver.ui
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
</size>
</property>
<property name="currentIndex">
<number>0</number>
<number>2</number>
</property>
<widget class="QWidget" name="StartServerOptions">
<layout class="QHBoxLayout" name="horizontalLayout_2">
Expand Down Expand Up @@ -182,6 +182,17 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="DarkModeOptions">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QCheckBox" name="darkModeCheckbox">
<property name="text">
<string>Dark Mode</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item row="1" column="0" colspan="3">
Expand Down

0 comments on commit 2598729

Please sign in to comment.