Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
795f8e75
Commit
795f8e75
authored
Sep 08, 2022
by
Liu Bodong
😘
Committed by
Tomaz Canabrava
Sep 08, 2022
Browse files
Fix spell error
parent
6efe087d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/colorscheme/ColorScheme.cpp
View file @
795f8e75
...
...
@@ -533,8 +533,8 @@ void ColorScheme::write(KConfig &config) const
configGroup
.
writeEntry
(
"Blur"
,
_blur
);
configGroup
.
writeEntry
(
"Wallpaper"
,
_wallpaper
->
path
());
configGroup
.
writeEntry
(
"FillStyle"
,
QMetaEnum
::
fromType
<
ColorSchemeWallpaper
::
FillStyle
>
().
valueToKey
(
_wallpaper
->
style
()));
configGroup
.
writeEntry
(
"
w
allpaperFlipHorizontal"
,
_wallpaper
->
flipHorizontal
());
configGroup
.
writeEntry
(
"
w
allpaperFlipVertical"
,
_wallpaper
->
flipVertical
());
configGroup
.
writeEntry
(
"
W
allpaperFlipHorizontal"
,
_wallpaper
->
flipHorizontal
());
configGroup
.
writeEntry
(
"
W
allpaperFlipVertical"
,
_wallpaper
->
flipVertical
());
configGroup
.
writeEntry
(
"Anchor"
,
_wallpaper
->
anchor
());
configGroup
.
writeEntry
(
"WallpaperOpacity"
,
_wallpaper
->
opacity
());
configGroup
.
writeEntry
(
EnableColorRandomizationKey
,
_colorRandomization
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment