Add preference to disable currency converter

This commit is contained in:
MM20
2022-04-16 21:42:03 +02:00
parent 9e012f1a23
commit 558d12bb8a
12 changed files with 176 additions and 39 deletions
@@ -136,6 +136,7 @@ message Settings {
message UnitConverterSearchSettings {
bool enabled = 1;
bool currencies = 2;
}
UnitConverterSearchSettings unit_converter_search = 13;