mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 15:15:13 +00:00
Fix #6804 once again.
This commit is contained in:
@@ -238,7 +238,9 @@ void Application::run() {
|
|||||||
DEBUG_LOG(("Application Info: showing."));
|
DEBUG_LOG(("Application Info: showing."));
|
||||||
_window->firstShow();
|
_window->firstShow();
|
||||||
|
|
||||||
|
const auto currentGeometry = _window->widget()->geometry();
|
||||||
_mediaView = std::make_unique<Media::View::OverlayWidget>();
|
_mediaView = std::make_unique<Media::View::OverlayWidget>();
|
||||||
|
_window->widget()->setGeometry(currentGeometry);
|
||||||
|
|
||||||
if (!locked() && cStartToSettings()) {
|
if (!locked() && cStartToSettings()) {
|
||||||
_window->showSettings();
|
_window->showSettings();
|
||||||
|
Reference in New Issue
Block a user