forked from Shinonome/dots-hyprland
clearer session screen download warning, update check config option
This commit is contained in:
@@ -203,6 +203,32 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
|
||||
// There's no update indicator in ii for now so we shouldn't show this yet
|
||||
// ContentSection {
|
||||
// icon: "deployed_code_update"
|
||||
// title: Translation.tr("System updates (Arch only)")
|
||||
|
||||
// ConfigSwitch {
|
||||
// text: Translation.tr("Enable update checks")
|
||||
// checked: Config.options.updates.enableCheck
|
||||
// onCheckedChanged: {
|
||||
// Config.options.updates.enableCheck = checked;
|
||||
// }
|
||||
// }
|
||||
|
||||
// ConfigSpinBox {
|
||||
// icon: "av_timer"
|
||||
// text: Translation.tr("Check interval (mins)")
|
||||
// value: Config.options.updates.checkInterval
|
||||
// from: 60
|
||||
// to: 1440
|
||||
// stepSize: 60
|
||||
// onValueChanged: {
|
||||
// Config.options.updates.checkInterval = value;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
ContentSection {
|
||||
icon: "weather_mix"
|
||||
title: Translation.tr("Weather")
|
||||
|
||||
Reference in New Issue
Block a user