fix: correct launchoptions
Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
parent
1b4fb5551d
commit
d54087bbc2
@ -104,7 +104,7 @@ struct setWorkingPathLaunchOption : public LaunchOption
|
||||
}
|
||||
[[nodiscard]] static const QString &key() noexcept
|
||||
{
|
||||
static QString path{"workingPath"};
|
||||
static QString path{"path"};
|
||||
return path;
|
||||
}
|
||||
[[nodiscard]] QStringList generateCommandLine() const noexcept override;
|
||||
|
Loading…
Reference in New Issue
Block a user