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
Plasma
Plasma Desktop
Commits
7e04b707
Commit
7e04b707
authored
Mar 20, 2022
by
Nate Graham
Browse files
kcms/ksmserver: differentiate and clarify session restoration options
BUG: 450959
FIXED-IN: 5.25
parent
fb8a655a
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/ksmserver/package/contents/ui/main.qml
View file @
7e04b707
...
...
@@ -100,7 +100,7 @@ KCM.SimpleKCM {
RadioButton
{
id
:
loginRestore
Kirigami.FormData.label
:
i18n
(
"
When logging in:
"
)
text
:
i18n
(
"
Restore
previous saved
session
"
)
text
:
i18n
(
"
Restore
last
session
"
)
checked
:
Settings
.
loginMode
===
0
onToggled
:
Settings
.
loginMode
=
0
KCM.SettingStateBinding
{
...
...
@@ -110,7 +110,7 @@ KCM.SimpleKCM {
}
RadioButton
{
id
:
loginManual
text
:
i18n
(
"
Restore manually saved session
"
)
text
:
i18n
(
"
Restore
last
manually saved session
"
)
checked
:
Settings
.
loginMode
===
1
onToggled
:
Settings
.
loginMode
=
1
KCM.SettingStateBinding
{
...
...
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