fix: Compatibility problem with nvenc on windows

* change default chat render to software on windows
This commit is contained in:
Petr Mironychev
2025-09-17 10:20:19 +02:00
parent 76309be0a6
commit 561661b476
4 changed files with 23 additions and 4 deletions

View File

@ -72,6 +72,8 @@ public:
Utils::IntegerAspect codeFontSize{this};
Utils::SelectionAspect textFormat{this};
Utils::SelectionAspect chatRenderer{this};
private:
void setupConnections();
void resetSettingsToDefaults();