Disable manual statusbar display
This commit is contained in:
parent
a806713cb9
commit
f180558078
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ DanbooruMainWindow::DanbooruMainWindow(QWidget *parent)
|
|||
|
||||
// then, setup our actions
|
||||
setupActions();
|
||||
setupGUI(KXmlGuiWindow::ToolBar|Keys|Save|Create|StatusBar, "danbooru-clientui.rc");
|
||||
setupGUI(KXmlGuiWindow::ToolBar|Keys|Save|Create, "danbooru-clientui.rc");
|
||||
|
||||
// connections
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue