feat(settings): add manual update check

This commit is contained in:
klockky
2026-07-14 19:55:02 +03:00
parent 511351c015
commit 93efd524cd
7 changed files with 136 additions and 6 deletions
+13
View File
@@ -2084,4 +2084,17 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get updateDownloadFailed => 'Failed to download the update';
@override
String get updateCheck => 'Check for updates';
@override
String get updateChecking => 'Checking for updates…';
@override
String get updateUpToDate => 'You have the latest version';
@override
String get updateCheckFailed =>
'Couldn\'t check for updates. Try again later';
}