Fix spaces on ends of lines
This commit is contained in:
parent
af41bff7e4
commit
4d865f8313
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ TitleControls::Layout TitleControlsLayout() {
|
||||||
|
|
||||||
const auto decorationLayoutSetting = integration->getStringSetting(
|
const auto decorationLayoutSetting = integration->getStringSetting(
|
||||||
"gtk-decoration-layout");
|
"gtk-decoration-layout");
|
||||||
|
|
||||||
if (!decorationLayoutSetting.has_value()) {
|
if (!decorationLayoutSetting.has_value()) {
|
||||||
return std::nullopt;
|
return std::nullopt;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue