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