fix: correct launchoptions

Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
ComixHe 2024-03-07 16:10:20 +08:00 committed by Comix
parent 1b4fb5551d
commit d54087bbc2

View File

@ -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;