Qt/DevelopmentWarning: Add "Don't show me this warning again" option

This commit is contained in:
spycrab
2017-09-02 20:40:18 +02:00
parent ab27f0f78c
commit 0d3c4a3883
2 changed files with 6 additions and 2 deletions

View File

@ -79,8 +79,6 @@ int main(int argc, char* argv[])
int retval = 0;
// There's intentionally no way to set this from the UI.
// Add it to your INI manually instead.
if (SConfig::GetInstance().m_show_development_warning)
{
InDevelopmentWarning warning_box;