quickshell/src/main.cpp
outfoxxed 463f9a297f
root: recreate the qml engine on reload instead of clearing it
This causes singletons to be recreated instead of kept alive.
2024-03-12 14:55:51 -07:00

4 lines
90 B
C++

#include "core/main.hpp"
int main(int argc, char** argv) { return qs_main(argc, argv); }