metered connection warnings added

This commit is contained in:
2024-03-04 00:28:32 +01:00
Unverified
parent 2edca7e564
commit 3ddb8e73e3
12 changed files with 298 additions and 21 deletions

View File

@@ -13,6 +13,7 @@ namespace VDownload.Services.UI.StringResources
StringResources AuthenticationViewResources { get; }
StringResources NotificationsResources { get; }
StringResources SearchResources { get; }
StringResources CommonResources { get; }
}
@@ -37,6 +38,7 @@ namespace VDownload.Services.UI.StringResources
public StringResources AuthenticationViewResources { get; protected set; }
public StringResources NotificationsResources { get; protected set; }
public StringResources SearchResources { get; protected set; }
public StringResources CommonResources { get; protected set; }
#endregion
@@ -56,6 +58,7 @@ namespace VDownload.Services.UI.StringResources
AuthenticationViewResources = BuildResource("AuthenticationViewResources");
NotificationsResources = BuildResource("NotificationsResources");
SearchResources = BuildResource("SearchResources");
CommonResources = BuildResource("CommonResources");
}
#endregion