Skip to content

Commit

Permalink
Remove playlist manager menu items for now.
Browse files Browse the repository at this point in the history
Would otherwise confuse users until implemented.
  • Loading branch information
kblaschke committed Apr 7, 2024
1 parent f3d51ea commit fa23e86
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/gui/MainMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ void MainMenu::Draw()
{
if (ImGui::BeginMenu("File"))
{
if (ImGui::MenuItem("Load Playlist...", "Ctrl+l"))
{
}
if (ImGui::MenuItem("Save Playlist...", "Ctrl+s"))
{
}
if (ImGui::MenuItem("Open Playlist Manager...", "Ctrl+p"))
{
}

ImGui::Separator();

if (ImGui::MenuItem("Settings...", "Ctrl+s"))
{
_gui.ShowSettingsWindow();
Expand Down

0 comments on commit fa23e86

Please sign in to comment.