Feat: LLM Chat and Nightlight shader #155
@@ -94,8 +94,7 @@ Config* Config::instance() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Config* Config::create(QQmlEngine*, QJSEngine*) {
|
Config* Config::create(QQmlEngine*, QJSEngine*) {
|
||||||
if (!s_instance)
|
if (!s_instance) s_instance = new Config();
|
||||||
s_instance = new Config();
|
|
||||||
return s_instance;
|
return s_instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user