Version 3.0.375

This commit is contained in:
Anja 2023-11-06 12:23:09 +01:00
parent 2c790239cb
commit ca080c87c0
194 changed files with 10092 additions and 10464 deletions

View file

@ -19,6 +19,7 @@ namespace TINK.Model.User.Account
SwitchNoSiteCaching = 1024, // Allows to turn off/ on caching of sites displayed in app hosted by COPRI
ReportLevel = 2048, // Allows extent to show error messages.
SwitchTheme = 4096, // Allows user to switch theme (sharee.bike, Mein konrad, LastenRad Bayern)
ManageAlarmAndSounds = 8192, // Allows user to manage sounds and alarm settings (lock open and connected)
All = PickCopriServer +
ManageCopriCacheExpiration +
ManagePolling +
@ -28,7 +29,8 @@ namespace TINK.Model.User.Account
ShowDiagnostics +
SwitchNoSiteCaching +
ReportLevel +
SwitchTheme,
SwitchTheme +
ManageAlarmAndSounds,
}
/// <summary>