mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 13:53:29 +00:00
disable website icons option
This commit is contained in:
18
src/App/Resources/AppResources.Designer.cs
generated
18
src/App/Resources/AppResources.Designer.cs
generated
@@ -925,6 +925,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Disable Website Icons.
|
||||
/// </summary>
|
||||
public static string DisableWebsiteIcons {
|
||||
get {
|
||||
return ResourceManager.GetString("DisableWebsiteIcons", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Website Icons provide a recognizable image next to each login item in your vault..
|
||||
/// </summary>
|
||||
public static string DisableWebsiteIconsDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("DisableWebsiteIconsDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Downloading....
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user