mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 10:34:07 +00:00
disable website icons option
This commit is contained in:
@@ -74,6 +74,18 @@ namespace Bit.App.Services
|
||||
}
|
||||
}
|
||||
|
||||
public bool DisableWebsiteIcons
|
||||
{
|
||||
get
|
||||
{
|
||||
return _settings.GetValueOrDefault(Constants.SettingDisableWebsiteIcons, false);
|
||||
}
|
||||
set
|
||||
{
|
||||
_settings.AddOrUpdateValue(Constants.SettingDisableWebsiteIcons, value);
|
||||
}
|
||||
}
|
||||
|
||||
public string SecurityStamp
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user