Skip to content
  • Elias Steurer's avatar
    Fix wallpaper autostart and add CriticalError msg · a8bcac99
    Elias Steurer authored
    This was caused because we have the wrong base path
    - QDir workingDir(QDir::currentPath());
    instead of
     - QDir workingDir(QGuiApplication::applicationDirPath());
    
    when we start the app from a different folder.
    a8bcac99