mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-18 05:23:31 +00:00
fix peak in watch levels
fix peak in watch levels
This commit is contained in:
@@ -188,7 +188,7 @@ class GainLayer(ttk.LabelFrame):
|
||||
]
|
||||
),
|
||||
)
|
||||
peak = vals[0] if vals[0] > vals[1] else vals[0]
|
||||
peak = vals[0] if vals[0] > vals[1] else vals[1]
|
||||
self.level.set(
|
||||
(
|
||||
0
|
||||
|
||||
Reference in New Issue
Block a user