mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 02:50:36 +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