UI: Add "Below Normal" priority option

This commit is contained in:
Richard Stanway
2017-07-26 23:44:58 +02:00
parent 960958a4ca
commit d69652503b
3 changed files with 4 additions and 0 deletions

View File

@@ -467,6 +467,7 @@ OBSBasicSettings::OBSBasicSettings(QWidget *parent)
PROCESS_PRIORITY("High"),
PROCESS_PRIORITY("AboveNormal"),
PROCESS_PRIORITY("Normal"),
PROCESS_PRIORITY("BelowNormal"),
PROCESS_PRIORITY("Idle")
};
#undef PROCESS_PRIORITY