Skip to content

Commit

Permalink
Make previous Geto settings safeToWrite to true
Browse files Browse the repository at this point in the history
  • Loading branch information
JackEblan committed Jan 15, 2024
1 parent 081afc8 commit 16534d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data class AppSettingsItemEntity(
val key: String,
val valueOnLaunch: String,
val valueOnRevert: String,
@ColumnInfo(name = "safeToWrite", defaultValue = "0") val safeToWrite: Boolean
@ColumnInfo(name = "safeToWrite", defaultValue = "1") val safeToWrite: Boolean
)

fun AppSettings.asExternalModel(): AppSettingsItemEntity {
Expand Down

0 comments on commit 16534d7

Please sign in to comment.