mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
Combine the two news options in the general settings card
This commit is contained in:
parent
11a6469e4a
commit
723b81d1ee
1 changed files with 3 additions and 11 deletions
|
@ -28,17 +28,9 @@ MobileForm.FormCard {
|
|||
MobileForm.FormDelegateSeparator {}
|
||||
|
||||
MobileForm.FormCheckDelegate {
|
||||
text: i18n("Show news banners")
|
||||
checked: LauncherCore.showNewsBanners
|
||||
onCheckedChanged: LauncherCore.showNewsBanners = checked
|
||||
}
|
||||
|
||||
MobileForm.FormDelegateSeparator {}
|
||||
|
||||
MobileForm.FormCheckDelegate {
|
||||
text: i18n("Show news list")
|
||||
checked: LauncherCore.showNewsList
|
||||
onCheckedChanged: LauncherCore.showNewsList = checked
|
||||
text: i18n("Enable and show news")
|
||||
checked: LauncherCore.showNews
|
||||
onCheckedChanged: LauncherCore.showNews = checked
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue