mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat(performance): disable background image when noctalia-performance mode is on
This commit is contained in:
@@ -1081,7 +1081,7 @@ Singleton {
|
||||
Timer {
|
||||
id: randomWallpaperTimer
|
||||
interval: Settings.data.wallpaper.randomIntervalSec * 1000
|
||||
running: Settings.data.wallpaper.automationEnabled
|
||||
running: Settings.data.wallpaper.automationEnabled && !PowerProfileService.noctaliaPerformanceMode
|
||||
repeat: true
|
||||
onTriggered: setNextWallpaper()
|
||||
triggeredOnStart: false
|
||||
|
||||
Reference in New Issue
Block a user