Merge remote-tracking branch 'upstream/main' into mouse-wheel-cfg
This commit is contained in:
commit
e56ff0fcb0
9 changed files with 85 additions and 12 deletions
|
|
@ -63,7 +63,7 @@ void CConfigManager::setDefaultVars() {
|
|||
configValues["decoration:inactive_opacity"].floatValue = 1;
|
||||
configValues["decoration:fullscreen_opacity"].floatValue = 1;
|
||||
configValues["decoration:multisample_edges"].intValue = 1;
|
||||
configValues["decoration:no_blur_on_oversized"].intValue = 1;
|
||||
configValues["decoration:no_blur_on_oversized"].intValue = 0;
|
||||
configValues["decoration:drop_shadow"].intValue = 1;
|
||||
configValues["decoration:shadow_range"].intValue = 4;
|
||||
configValues["decoration:shadow_render_power"].intValue = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue