Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KNotes
Commits
ce4bfce4
Commit
ce4bfce4
authored
Apr 07, 2021
by
Ömer Fadıl Usta
😊
Browse files
Fix copyPaste error
parent
325d624c
Pipeline
#56822
passed with stage
in 13 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
noteshared/src/dialog/selectednotefolderdialog.cpp
View file @
ce4bfce4
...
...
@@ -42,7 +42,7 @@ void SelectedNotefolderDialog::readConfig()
void
SelectedNotefolderDialog
::
writeConfig
()
{
KConfigGroup
group
(
KSharedConfig
::
v
(),
"SelectedNotefolderDialog"
);
KConfigGroup
group
(
KSharedConfig
::
openStateConfig
(),
"SelectedNotefolderDialog"
);
group
.
writeEntry
(
"Size"
,
size
());
group
.
sync
();
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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