mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Unbreak things.. I was just being paranoid
This commit is contained in:
parent
cf7a9ee426
commit
c130d0e35c
@ -72,7 +72,6 @@ QString GetAppRoot()
|
||||
if (HomeAppRoot.isEmpty()) {
|
||||
HomeAppRoot = desktopFolder + "/" + getDefaultAppRoot();
|
||||
|
||||
BREAK....
|
||||
const QString testing = "-Testing";
|
||||
QDir dir(HomeAppRoot+testing);
|
||||
if (dir.exists()) {
|
||||
|
Loading…
Reference in New Issue
Block a user