Skip to content

Commit b179bf9

Browse files
committed
Force light mode
1 parent 2e471b3 commit b179bf9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openandroidinstaller/openandroidinstaller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def configure(page: Page):
129129
"""Configure the application."""
130130
# Configure the application base page
131131
page.title = "OpenAndroidInstaller"
132+
page.theme_mode = "light"
132133
page.window_height = 900
133134
page.window_width = int(1.5 * page.window_height)
134135
page.window_top = 100

0 commit comments

Comments
 (0)