Compare commits

..

1 commit

Author SHA1 Message Date
2bdcb0472e
[WIP DO NOT MERGE] qt: move backend setting to its own config
Some checks failed
eden-license / license-header (pull_request) Failing after 24s
* this is totally a mess but builds, I just need to format and check everything
  im late to go work!
* prevents error on migration

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
2025-09-27 12:21:08 -03:00

View file

@ -4997,7 +4997,7 @@ int main(int argc, char* argv[]) {
}
// TODO: (DraVee) Un-alive the guy who wrote this
BackEndSettings::Restore(); // lê backend_config.ini
BackEndSettings::Restore();
if (BackEndSettings::values.backend_force_x11.GetValue())
qputenv("QT_QPA_PLATFORM", "xcb");