mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Divided song volume and video volume, video volume control implemented.
This commit is contained in:
@@ -538,6 +538,9 @@ struct Data {
|
||||
|
||||
int32 DebugLoggingFlags = 0;
|
||||
|
||||
float64 SongVolume = 0.9;
|
||||
float64 VideoVolume = 0.9;
|
||||
|
||||
// config
|
||||
int32 ChatSizeMax = 200;
|
||||
int32 MegagroupSizeMax = 1000;
|
||||
@@ -606,6 +609,9 @@ DefineVar(Global, bool, ScreenIsLocked);
|
||||
|
||||
DefineVar(Global, int32, DebugLoggingFlags);
|
||||
|
||||
DefineVar(Global, float64, SongVolume);
|
||||
DefineVar(Global, float64, VideoVolume);
|
||||
|
||||
// config
|
||||
DefineVar(Global, int32, ChatSizeMax);
|
||||
DefineVar(Global, int32, MegagroupSizeMax);
|
||||
|
Reference in New Issue
Block a user