mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 05:07:10 +02:00
Remove redundant web apps code.
This commit is contained in:
parent
9a44ca2769
commit
a5f1209f28
1 changed files with 0 additions and 18 deletions
|
@ -80,24 +80,6 @@ struct AttachWebViewBot {
|
|||
bool requestWriteAccess : 1 = false;
|
||||
};
|
||||
|
||||
struct AddToMenuOpenAttach {
|
||||
QString startCommand;
|
||||
PeerTypes chooseTypes;
|
||||
};
|
||||
struct AddToMenuOpenMenu {
|
||||
QString startCommand;
|
||||
};
|
||||
struct AddToMenuOpenApp {
|
||||
not_null<BotAppData*> app;
|
||||
QString startCommand;
|
||||
};
|
||||
struct AddToMenuOpen : std::variant<
|
||||
AddToMenuOpenAttach,
|
||||
AddToMenuOpenMenu,
|
||||
AddToMenuOpenApp> {
|
||||
using variant::variant;
|
||||
};
|
||||
|
||||
struct WebViewSourceButton {
|
||||
bool simple = false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue