Skip to content

Commit e91faf4

Browse files
committed
Set showStorageVolumeNames default to true
1 parent aa304f4 commit e91faf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/datastore/src/main/kotlin/com/w2sv/datastore/preferences/PreferencesRepositoryImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ internal class PreferencesRepositoryImpl @Inject constructor(
4141

4242
override val showStorageVolumeNames: DataStoreFlow<Boolean> = dataStoreFlow(
4343
booleanPreferencesKey("showStorageVolumeNames")
44-
) { false }
44+
) { true }
4545

4646
override val showAutoMoveIntroduction: DataStoreFlow<Boolean> = dataStoreFlow(
4747
booleanPreferencesKey("showAutoMoveIntroduction")

0 commit comments

Comments
 (0)