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
PIM
Kalendar
Commits
1bd87ace
Commit
1bd87ace
authored
Oct 08, 2022
by
Claudio Cambra
Browse files
Fixed clicking on checkboxes in settings not doing anything
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
56136c20
Pipeline
#244105
passed with stage
in 3 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/Settings/ViewSettingsPage.qml
View file @
1bd87ace
...
...
@@ -75,8 +75,8 @@ Kirigami.ScrollablePage {
Controls.ButtonGroup
{
id
:
weekdayLabelGroup
exclusive
:
true
onC
lick
ed
:
{
Config
.
weekdayLabelAlignment
=
b
utton
.
value
;
onC
heckedButtonChang
ed
:
{
Config
.
weekdayLabelAlignment
=
checkedB
utton
.
value
;
Config
.
save
();
}
}
...
...
@@ -112,8 +112,8 @@ Kirigami.ScrollablePage {
Controls.ButtonGroup
{
id
:
weekdayLabelLengthGroup
exclusive
:
true
onC
lick
ed
:
{
Config
.
weekdayLabelLength
=
b
utton
.
value
;
onC
heckedButtonChang
ed
:
{
Config
.
weekdayLabelLength
=
checkedB
utton
.
value
;
Config
.
save
();
}
}
...
...
@@ -244,8 +244,8 @@ Kirigami.ScrollablePage {
Controls.ButtonGroup
{
id
:
locationGroup
exclusive
:
true
onC
lick
ed
:
{
Config
.
locationMarker
=
b
utton
.
value
;
onC
heckedButtonChang
ed
:
{
Config
.
locationMarker
=
checkedB
utton
.
value
;
Config
.
save
();
}
}
...
...
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