mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-30 00:12:50 -05:00
chore: Tidy up superfluous whitespace (#503)
This commit is contained in:
@@ -302,7 +302,7 @@ Singleton {
|
||||
|
||||
function cyclePrevForMonitor(screenName) {
|
||||
if (!screenName) return
|
||||
|
||||
|
||||
var currentWallpaper = SessionData.getMonitorWallpaper(screenName)
|
||||
if (currentWallpaper) {
|
||||
cycleToPrevWallpaper(screenName, currentWallpaper)
|
||||
@@ -370,10 +370,10 @@ Singleton {
|
||||
|
||||
Process {
|
||||
id: cyclingProcess
|
||||
|
||||
|
||||
property string targetScreenName: ""
|
||||
property string currentWallpaper: ""
|
||||
|
||||
|
||||
running: false
|
||||
|
||||
stdout: StdioCollector {
|
||||
@@ -404,10 +404,10 @@ Singleton {
|
||||
|
||||
Process {
|
||||
id: prevCyclingProcess
|
||||
|
||||
|
||||
property string targetScreenName: ""
|
||||
property string currentWallpaper: ""
|
||||
|
||||
|
||||
running: false
|
||||
|
||||
stdout: StdioCollector {
|
||||
|
||||
Reference in New Issue
Block a user