Feat: LLM Chat and Nightlight shader #155

Open
zach wants to merge 34 commits from feat/llm-chat-tab into main
Showing only changes of commit cef91caebc - Show all commits
+1 -2
View File
@@ -94,8 +94,7 @@ Config* Config::instance() {
}
Config* Config::create(QQmlEngine*, QJSEngine*) {
if (!s_instance)
s_instance = new Config();
if (!s_instance) s_instance = new Config();
return s_instance;
}