We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e471b3 commit b179bf9Copy full SHA for b179bf9
1 file changed
openandroidinstaller/openandroidinstaller.py
@@ -129,6 +129,7 @@ def configure(page: Page):
129
"""Configure the application."""
130
# Configure the application base page
131
page.title = "OpenAndroidInstaller"
132
+ page.theme_mode = "light"
133
page.window_height = 900
134
page.window_width = int(1.5 * page.window_height)
135
page.window_top = 100
0 commit comments