MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / finishFirstShow

Method finishFirstShow

Telegram/SourceFiles/window/window_controller.cpp:336–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void Controller::finishFirstShow() {
337 _widget.finishFirstShow();
338 checkThemeEditor();
339}
340
341Main::Session *Controller::maybeSession() const {
342 return _id.account ? _id.account->maybeSession() : nullptr;

Callers 2

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected