mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-07 03:30:44 +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()) {
|
if (HomeAppRoot.isEmpty()) {
|
||||||
HomeAppRoot = desktopFolder + "/" + getDefaultAppRoot();
|
HomeAppRoot = desktopFolder + "/" + getDefaultAppRoot();
|
||||||
|
|
||||||
BREAK....
|
|
||||||
const QString testing = "-Testing";
|
const QString testing = "-Testing";
|
||||||
QDir dir(HomeAppRoot+testing);
|
QDir dir(HomeAppRoot+testing);
|
||||||
if (dir.exists()) {
|
if (dir.exists()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user