mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Combine startUrls and sendPaths
This commit allows to handle multiple URLs of all types as positional arguments simultaneously: * tg:// links * tonsite:// links * interpret:// file paths * generic file paths (to share files) This allows to Drag'n'Drop files to the Telegram shortcut/binary.
This commit is contained in:
@@ -108,8 +108,7 @@ DeclareSetting(bool, PasswordRecovered);
|
||||
DeclareSetting(int32, PasscodeBadTries);
|
||||
DeclareSetting(crl::time, PasscodeLastTry);
|
||||
|
||||
DeclareSetting(QStringList, SendPaths);
|
||||
DeclareSetting(QString, StartUrl);
|
||||
DeclareRefSetting(QList<QUrl>, StartUrls);
|
||||
|
||||
DeclareSetting(int, OtherOnline);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user