Disable item groups by default

This commit is contained in:
Linnea Gräf
2024-04-01 02:01:17 +02:00
parent e098482faa
commit 0a2091f2c1

View File

@@ -39,7 +39,7 @@ object RepoManager {
save()
}
val disableItemGroups by toggle("disable-item-groups") { false }
val disableItemGroups by toggle("disable-item-groups") { true }
val reload by button("reload") {
save()
RepoManager.reload()