mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-21 04:26:29 +02:00
Version 3.0.364
This commit is contained in:
parent
91d42552c7
commit
0b9196a78d
91 changed files with 3452 additions and 555 deletions
|
@ -1,4 +1,4 @@
|
|||
using System.ComponentModel;
|
||||
using System.ComponentModel;
|
||||
using TINK.MultilingualResources;
|
||||
|
||||
namespace ShareeSharedGuiLib.ViewModel
|
||||
|
@ -74,7 +74,7 @@ namespace ShareeSharedGuiLib.ViewModel
|
|||
public bool IsBatteryChargeLevelLabelVisible => Maximum.HasValue && Maximum.Value != 5;
|
||||
|
||||
/// <summary>
|
||||
/// Gets name of battery image ressource.
|
||||
/// Gets name of battery image resource.
|
||||
/// </summary>
|
||||
public string BatteryChargeLevelImageSourceString => Current.HasValue && Maximum.HasValue && Maximum.Value == 5
|
||||
? $"battery_{Current.Value}_{Maximum.Value}.png"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue