We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e25ae commit eb47561Copy full SHA for eb47561
source/gui.py
@@ -12,7 +12,6 @@ def main(page: ft.Page):
12
page.padding = 0
13
page.window_opacity = 0.98
14
page.theme = theme.Theme(color_scheme_seed="red500")
15
- version = "1.1"
16
17
page.theme_mode = ft.ThemeMode.SYSTEM
18
if darkdetect.isDark():
@@ -242,7 +241,7 @@ def animate_opacityp():
242
241
con,
243
r_resolution,
244
conclose,
245
- ft.Text(f" version: {version} - NEM3S", size=10, opacity=0.5)
+ ft.Text(f" NEM3S", size=10, opacity=0.5)
246
]
247
),
248
height=447,
0 commit comments