projects
/
forks
/
peks-announcer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
861fe64
)
set starting volume to 50 instead of 100
author
Shane Pepperell
<shane.pepperell@me.com>
Sat, 14 Jan 2023 02:37:05 +0000
(
02:37
+0000)
committer
Shane Pepperell
<shane.pepperell@me.com>
Sat, 14 Jan 2023 02:37:05 +0000
(
02:37
+0000)
announcer.pyw
patch
|
blob
|
history
diff --git
a/announcer.pyw
b/announcer.pyw
index a11f1436e2702b7c61dac1adcd152b235432719d..753fc0d0a4f9b0b1aacacb56cfd4b7ca348de75e 100644
(file)
--- a/
announcer.pyw
+++ b/
announcer.pyw
@@
-258,7
+258,7
@@
if __name__ == '__main__':
gui.title("LoL Announcer")
gui.protocol("WM_DELETE_WINDOW", close_script)
volume_slider = Scale(gui, from_=0, to=100, orient=HORIZONTAL, command=update_volume)
- volume_slider.set(
10
0)
+ volume_slider.set(
5
0)
volume_slider.grid(row=0, column=0)
mute_button = Button(gui, text='Mute', command=mute)
mute_button.grid(row=0, column=1)