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 aa304f4 commit e91faf4Copy full SHA for e91faf4
1 file changed
core/datastore/src/main/kotlin/com/w2sv/datastore/preferences/PreferencesRepositoryImpl.kt
@@ -41,7 +41,7 @@ internal class PreferencesRepositoryImpl @Inject constructor(
41
42
override val showStorageVolumeNames: DataStoreFlow<Boolean> = dataStoreFlow(
43
booleanPreferencesKey("showStorageVolumeNames")
44
- ) { false }
+ ) { true }
45
46
override val showAutoMoveIntroduction: DataStoreFlow<Boolean> = dataStoreFlow(
47
booleanPreferencesKey("showAutoMoveIntroduction")
0 commit comments