修复音量初始值

master
yutent 2023-08-24 19:36:37 +08:00
parent 427bbef0db
commit a801010a5e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View File

@ -12,7 +12,7 @@ class Volume(Gtk.Popover):
} }
timer = None timer = None
volume = 100 volume = 0
def __init__(self, btn = None): def __init__(self, btn = None):
Gtk.Popover.__init__(self) Gtk.Popover.__init__(self)