refactor: move options to mapconfig

This commit is contained in:
Yaros
2026-05-13 18:48:50 +02:00
parent d65226e325
commit 2382427488
3 changed files with 17 additions and 7 deletions
@@ -40,10 +40,6 @@ enum StoreKey<T> {
albumGridView<bool>._(140),
loadOriginal<bool>._(101),
// Map custom time range settings
mapCustomFrom<String>._(142),
mapCustomTo<String>._(143),
// Experimental stuff
enableBackup<bool>._(1003),
useWifiForUploadVideos<bool>._(1004),