ColorSchemeTab: better presentation
This commit is contained in:
parent
a6d722f9a9
commit
eadcb3f22b
2 changed files with 23 additions and 19 deletions
|
|
@ -20,10 +20,10 @@ ColumnLayout {
|
|||
// SWWW exists, enable it
|
||||
Settings.data.wallpaper.swww.enabled = true
|
||||
WallpaperService.startSWWWDaemon()
|
||||
ToastService.showNotice("SWWW", "Enabled!")
|
||||
ToastService.showNotice("Swww", "Enabled")
|
||||
} else {
|
||||
// SWWW not found
|
||||
ToastService.showWarning("SWWW", "Not installed!")
|
||||
ToastService.showWarning("Swww", "Not installed")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue