mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
restart app after theme change
This commit is contained in:
18
src/App/Resources/AppResources.Designer.cs
generated
18
src/App/Resources/AppResources.Designer.cs
generated
@@ -3057,6 +3057,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Restarting....
|
||||
/// </summary>
|
||||
public static string Restarting {
|
||||
get {
|
||||
return ResourceManager.GetString("Restarting", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Restart is required..
|
||||
/// </summary>
|
||||
public static string RestartIsRequired {
|
||||
get {
|
||||
return ResourceManager.GetString("RestartIsRequired", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Re-type Master Password.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user