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:
@@ -20,8 +20,7 @@ bool gManyInstance = false;
|
||||
QString gKeyFile;
|
||||
QString gWorkingDir;
|
||||
|
||||
QStringList gSendPaths;
|
||||
QString gStartUrl;
|
||||
QList<QUrl> gStartUrls;
|
||||
|
||||
QString gDialogLastPath, gDialogHelperPath; // optimize QFileDialog
|
||||
|
||||
|
||||
Reference in New Issue
Block a user