diff --git a/YACReaderLibrary/library_window.cpp b/YACReaderLibrary/library_window.cpp index 8beb3595..35e7962c 100644 --- a/YACReaderLibrary/library_window.cpp +++ b/YACReaderLibrary/library_window.cpp @@ -126,10 +126,10 @@ void LibraryWindow::setupUI() createActions(); doModels(); + doDialogs(); doLayout(); createToolBars(); createMenus(); - doDialogs(); navigationController = new YACReaderNavigationController(this, comicsViewsManager);