Add basic shortcut creation integration

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li
2025-05-19 00:00:39 +08:00
parent b296085ea0
commit 2e6981977b
4 changed files with 40 additions and 28 deletions

View File

@ -48,6 +48,7 @@ struct Shortcut {
QString targetString;
QWidget* parent = nullptr;
QStringList extraArgs = {};
QString iconKey = "";
};
/// Create an instance shortcut on the specified file path