diff --git a/Signe.Editor/EditorImGui.cs b/Signe.Editor/EditorImGui.cs index e1c5b78..44ddbc6 100644 --- a/Signe.Editor/EditorImGui.cs +++ b/Signe.Editor/EditorImGui.cs @@ -45,7 +45,7 @@ private void ShowNoProjectOpenView() if (ImGui.BeginPopupModal("Choose Project Directory")) { - var picker = FilePicker.GetFolderPicker(this, "C:/"); + var picker = FilePicker.GetFolderPicker(this, Path.GetPathRoot(Environment.GetFolderPath(Environment.SpecialFolder.System))); if (picker.Draw()) { _editor.ProjectDir = picker.CurrentFolder;