Skip to content

Commit

Permalink
Disable library list for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Feb 19, 2020
1 parent d167f45 commit 683f088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ QWidget *MainWindow::createCentralWidget()
playlists->setCurrentRow(-1);
}
});
libraryList->setEnabled(false);
libraryList->setToolTip("Not implemented yet");
auto library = createGroupBox(QVector<QWidget*>() << libraryList);
library->setTitle("Library");
sidebar->addWidget(library);
Expand Down

0 comments on commit 683f088

Please sign in to comment.