Skip to content

Commit

Permalink
fix hash
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTyp7214 committed Apr 26, 2023
1 parent 2eb991a commit d1c0a39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ data class ThemePack(
}

companion object {
val NONE = ThemePack("", "", "", "", listOf(), listOf(), 0, null, true)
val NONE = ThemePack("", "", null, "", listOf(), listOf(), 0, null, true)
}
}

0 comments on commit d1c0a39

Please sign in to comment.