forked from Shinonome/dots-hyprland
settings: add toggle for wallpaper selector use system file picker
This commit is contained in:
@@ -770,4 +770,18 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ContentSection {
|
||||
icon: "wallpaper_slideshow"
|
||||
title: Translation.tr("Wallpaper selector")
|
||||
|
||||
ConfigSwitch {
|
||||
buttonIcon: "ad"
|
||||
text: Translation.tr('Use system file picker')
|
||||
checked: Config.options.wallpaperSelector.useSystemFileDialog
|
||||
onCheckedChanged: {
|
||||
Config.options.wallpaperSelector.useSystemFileDialog = checked;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user