修复音量初始值
parent
427bbef0db
commit
a801010a5e
Binary file not shown.
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 106 KiB |
|
@ -12,7 +12,7 @@ class Volume(Gtk.Popover):
|
|||
}
|
||||
|
||||
timer = None
|
||||
volume = 100
|
||||
volume = 0
|
||||
|
||||
def __init__(self, btn = None):
|
||||
Gtk.Popover.__init__(self)
|
||||
|
|
Loading…
Reference in New Issue