Feat: LLM Chat and Nightlight shader #155
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user