mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
Qt/DevelopmentWarning: Add "Don't show me this warning again" option
This commit is contained in:
parent
ab27f0f78c
commit
0d3c4a3883
2 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue