Skip to content

Commit

Permalink
Enable multi person by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambada10 committed Nov 1, 2024
1 parent 7839b5f commit c5e4593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class UserSettingsController(private val dataStore: DataStore<Preferences>) {
var includeTranslation by mutableStateOf(dataStore.get(includeTranslationKey, false))
private set

var multiPersonWordByWord by mutableStateOf(dataStore.get(multiPersonWordByWordKey, false))
var multiPersonWordByWord by mutableStateOf(dataStore.get(multiPersonWordByWordKey, true))
private set

var syncedMusixmatch by mutableStateOf(dataStore.get(syncedMusixmatchKey, true))
Expand Down

0 comments on commit c5e4593

Please sign in to comment.