mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 02:23:57 +00:00
set custom icons server url
This commit is contained in:
9
src/App/Resources/AppResources.Designer.cs
generated
9
src/App/Resources/AppResources.Designer.cs
generated
@@ -1456,6 +1456,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Icons Server URL.
|
||||
/// </summary>
|
||||
public static string IconsUrl {
|
||||
get {
|
||||
return ResourceManager.GetString("IconsUrl", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Identity Server URL.
|
||||
/// </summary>
|
||||
|
||||
@@ -1182,4 +1182,7 @@
|
||||
<data name="DisableWebsiteIconsDescription" xml:space="preserve">
|
||||
<value>Website Icons provide a recognizable image next to each login item in your vault.</value>
|
||||
</data>
|
||||
<data name="IconsUrl" xml:space="preserve">
|
||||
<value>Icons Server URL</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user