most apps now begin in the correct directory

This commit is contained in:
Christopher Dumas 2019-05-25 16:58:22 -07:00 committed by Andreas Kling
commit 50154a23cb
Notes: sideshowbarker 2024-07-19 13:54:06 +09:00
7 changed files with 34 additions and 14 deletions

View file

@ -14,6 +14,7 @@
#include <LibGUI/GTreeView.h>
#include <LibGUI/GFileSystemModel.h>
#include <LibGUI/GSplitter.h>
#include <LibCore/CUserInfo.h>
#include <AK/FileSystemPath.h>
#include <unistd.h>
#include <signal.h>