mirror of https://github.com/procxx/kepka.git
Fix #6804 once again.
This commit is contained in:
parent
3574a9c874
commit
75de655642
|
@ -238,7 +238,9 @@ void Application::run() {
|
|||
DEBUG_LOG(("Application Info: showing."));
|
||||
_window->firstShow();
|
||||
|
||||
const auto currentGeometry = _window->widget()->geometry();
|
||||
_mediaView = std::make_unique<Media::View::OverlayWidget>();
|
||||
_window->widget()->setGeometry(currentGeometry);
|
||||
|
||||
if (!locked() && cStartToSettings()) {
|
||||
_window->showSettings();
|
||||
|
|
Loading…
Reference in New Issue