We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2eb0b commit 0d55a45Copy full SHA for 0d55a45
app/src/main/java/to/bitkit/data/SettingsStore.kt
@@ -88,7 +88,7 @@ data class SettingsData(
88
val isPinOnIdleEnabled: Boolean = false,
89
val isPinForPaymentsEnabled: Boolean = false,
90
val isDevModeEnabled: Boolean = false,
91
- val showWidgets: Boolean = false,
+ val showWidgets: Boolean = true,
92
val showWidgetTitles: Boolean = false,
93
val lastUsedTags: List<String> = emptyList(),
94
val enableSwipeToHideBalance: Boolean = true,
0 commit comments