Skip to content

Commit eb47561

Browse files
authored
Update gui.py
1 parent a5e25ae commit eb47561

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/gui.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def main(page: ft.Page):
1212
page.padding = 0
1313
page.window_opacity = 0.98
1414
page.theme = theme.Theme(color_scheme_seed="red500")
15-
version = "1.1"
1615

1716
page.theme_mode = ft.ThemeMode.SYSTEM
1817
if darkdetect.isDark():
@@ -242,7 +241,7 @@ def animate_opacityp():
242241
con,
243242
r_resolution,
244243
conclose,
245-
ft.Text(f" version: {version} - NEM3S", size=10, opacity=0.5)
244+
ft.Text(f" NEM3S", size=10, opacity=0.5)
246245
]
247246
),
248247
height=447,

0 commit comments

Comments
 (0)