mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Show inline bot results in a separate widget.
Add a InlineBots::Layout::Widget for inline bot results. GIF search from EmojiPan is disabled for now.
This commit is contained in:
@@ -61,9 +61,6 @@ DeclareSetting(uint64, RealBetaVersion);
|
||||
DeclareSetting(QByteArray, BetaPrivateKey);
|
||||
|
||||
DeclareSetting(bool, TestMode);
|
||||
inline QString cInlineGifBotUsername() {
|
||||
return cTestMode() ? qstr("contextbot") : qstr("gif");
|
||||
}
|
||||
DeclareSetting(QString, LoggedPhoneNumber);
|
||||
DeclareSetting(bool, AutoStart);
|
||||
DeclareSetting(bool, StartMinimized);
|
||||
|
Reference in New Issue
Block a user