2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fix #6804 once again.

This commit is contained in:
John Preston
2020-02-11 13:28:53 +04:00
parent 3574a9c874
commit 75de655642

View File

@@ -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();