minor formatting fix
This commit is contained in:
parent
d0193b953d
commit
12fe4b9796
@ -256,8 +256,7 @@ static void load_overlay_appearance(class Settings *settings_client, class Setti
|
||||
float nnotification_rounding = std::stof(value, NULL);
|
||||
settings_client->overlay_appearance.notification_rounding = nnotification_rounding;
|
||||
settings_server->overlay_appearance.notification_rounding = nnotification_rounding;
|
||||
}
|
||||
else if (name.compare("Background_R") == 0) {
|
||||
} else if (name.compare("Background_R") == 0) {
|
||||
float nbackground_r = std::stof(value, NULL);
|
||||
settings_client->overlay_appearance.background_r = nbackground_r;
|
||||
settings_server->overlay_appearance.background_r = nbackground_r;
|
||||
|
Loading…
x
Reference in New Issue
Block a user