Skip to content

Commit

Permalink
Allow enabling debug mode
Browse files Browse the repository at this point in the history
Signed-off-by: Martmists <[email protected]>
  • Loading branch information
Martmists-GH committed Sep 6, 2024
1 parent 57b9a81 commit 7684ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/martmists/wallpaperengine/Globals.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ object Globals {
decodeEnumsCaseInsensitive = true
}

const val DEBUG = false
val DEBUG = System.getProperty("wallpaperengine.debug") == "true"
}

0 comments on commit 7684ad2

Please sign in to comment.