mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Prepare dialogs to hold a history or a feed.
This commit is contained in:
@@ -168,12 +168,6 @@ void joinGroupByHash(const QString &hash) {
|
||||
if (MainWidget *m = main()) m->joinGroupByHash(hash);
|
||||
}
|
||||
|
||||
void removeDialog(History *history) {
|
||||
if (MainWidget *m = main()) {
|
||||
m->removeDialog(history);
|
||||
}
|
||||
}
|
||||
|
||||
void showSettings() {
|
||||
if (auto w = wnd()) {
|
||||
w->showSettings();
|
||||
|
Reference in New Issue
Block a user