Search actions settings [wip]

This commit is contained in:
MM20
2022-11-17 21:46:20 +01:00
parent ca51056bf4
commit 0697068c0c
16 changed files with 1306 additions and 42 deletions
@@ -25,7 +25,7 @@ class Migration_18_19 : Migration(18, 19) {
while (websearches.moveToNext()) {
val label = websearches.getString(0)
val data = websearches.getString(1)
val color = websearches.getInt(2)
val color = 0
val icon = websearches.getStringOrNull(3)
val encoding = websearches.getStringOrNull(4)