Disable issue report button if dirty version detected (#275)
In this PR, I'm disabling the Report Issue button if a "dirty" version is detected. This is done just in case so that "smart" developers don't accidentally report a bug that they themselves created. --------- Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
ecb92a318c
commit
ca49231c86
8 changed files with 31 additions and 7 deletions
6
src/Messages.Designer.cs
generated
6
src/Messages.Designer.cs
generated
|
@ -1204,5 +1204,11 @@ namespace Octobot {
|
|||
return ResourceManager.GetString("SettingsWelcomeMessagesChannel", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string ButtonDirty {
|
||||
get {
|
||||
return ResourceManager.GetString("ButtonDirty", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue