mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-29 18:49:53 +03:00
Show an error when entering the same value from the settings (#326)
Closes #324
This commit is contained in:
parent
07e8784d2e
commit
d6d2660fb0
9 changed files with 67 additions and 4 deletions
6
TeamOctolings.Octobot/Messages.Designer.cs
generated
6
TeamOctolings.Octobot/Messages.Designer.cs
generated
|
@ -1196,5 +1196,11 @@ namespace TeamOctolings.Octobot {
|
|||
return ResourceManager.GetString("SettingsModeratorRole", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string SettingValueEquals {
|
||||
get {
|
||||
return ResourceManager.GetString("SettingValueEquals", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue