mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 07:22:50 -05:00
Remove outdated check
This commit is contained in:
@@ -14,7 +14,7 @@ Singleton {
|
|||||||
|
|
||||||
readonly property string _homeUrl: StandardPaths.writableLocation(StandardPaths.HomeLocation)
|
readonly property string _homeUrl: StandardPaths.writableLocation(StandardPaths.HomeLocation)
|
||||||
readonly property string homeDir: _homeUrl.startsWith("file://") ? _homeUrl.substring(7) : _homeUrl
|
readonly property string homeDir: _homeUrl.startsWith("file://") ? _homeUrl.substring(7) : _homeUrl
|
||||||
readonly property string wallpaperPath: Prefs.wallpaperPath || homeDir + "/quickshell/current_wallpaper"
|
readonly property string wallpaperPath: Prefs.wallpaperPath
|
||||||
readonly property string notifyPath: homeDir + "/quickshell/wallpaper_changed"
|
readonly property string notifyPath: homeDir + "/quickshell/wallpaper_changed"
|
||||||
property bool matugenAvailable: false
|
property bool matugenAvailable: false
|
||||||
property string matugenJson: ""
|
property string matugenJson: ""
|
||||||
|
|||||||
@@ -720,9 +720,7 @@ ScrollView {
|
|||||||
id: autoTooltipText
|
id: autoTooltipText
|
||||||
|
|
||||||
text: {
|
text: {
|
||||||
if (ToastService.wallpaperErrorStatus === "error")
|
if (ToastService.wallpaperErrorStatus === "matugen_missing")
|
||||||
return "Wallpaper symlink missing at ~/quickshell/current_wallpaper";
|
|
||||||
else if (ToastService.wallpaperErrorStatus === "matugen_missing")
|
|
||||||
return "Install matugen package for dynamic themes";
|
return "Install matugen package for dynamic themes";
|
||||||
else
|
else
|
||||||
return "Dynamic wallpaper-based colors";
|
return "Dynamic wallpaper-based colors";
|
||||||
|
|||||||
Reference in New Issue
Block a user