- tweak: loading popup thinks
* - tweak: change loading handle logic * - tweak: beautify loading thinks * - fix: speed thinks while downloading
This commit is contained in:
@@ -14,7 +14,7 @@ public class LocalizedLabel : Label
|
||||
set
|
||||
{
|
||||
SetValue(LocalIdProperty, value);
|
||||
Content = LocalisationService.GetString(value);
|
||||
Content = LocalizationService.GetString(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user