mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Initial support of separate windows for accounts.
This commit is contained in:
@@ -43,6 +43,11 @@ namespace Window {
|
||||
Controller::Controller() : Controller(CreateArgs{}) {
|
||||
}
|
||||
|
||||
Controller::Controller(not_null<Main::Account*> account)
|
||||
: Controller(CreateArgs{}) {
|
||||
showAccount(account);
|
||||
}
|
||||
|
||||
Controller::Controller(
|
||||
not_null<PeerData*> singlePeer,
|
||||
MsgId showAtMsgId)
|
||||
|
Reference in New Issue
Block a user