mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-05-19 15:46:27 +02:00
Version 3.0.375
This commit is contained in:
parent
2c790239cb
commit
ca080c87c0
194 changed files with 10092 additions and 10464 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue