mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Calculator screen by default
This commit is contained in:
parent
0dbba0aa2e
commit
4affbda988
@ -78,7 +78,7 @@ data class UserPreferences(
|
|||||||
val shownUnitGroups: List<UnitGroup> = ALL_UNIT_GROUPS,
|
val shownUnitGroups: List<UnitGroup> = ALL_UNIT_GROUPS,
|
||||||
val enableVibrations: Boolean = true,
|
val enableVibrations: Boolean = true,
|
||||||
val enableToolsExperiment: Boolean = false,
|
val enableToolsExperiment: Boolean = false,
|
||||||
val startingScreen: String = TopLevelDestinations.Converter.route,
|
val startingScreen: String = TopLevelDestinations.Calculator.route,
|
||||||
val radianMode: Boolean = true,
|
val radianMode: Boolean = true,
|
||||||
val unitConverterFavoritesOnly: Boolean = false,
|
val unitConverterFavoritesOnly: Boolean = false,
|
||||||
val unitConverterFormatTime: Boolean = false,
|
val unitConverterFormatTime: Boolean = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user