mirror of
https://github.com/tnodir/fort
synced 2024-11-15 07:15:39 +00:00
UI: Don't resolve control script's path.
This commit is contained in:
parent
985cdc34fd
commit
4b179268de
@ -86,11 +86,8 @@ void FortSettings::processArguments(const QStringList &args)
|
|||||||
FileUtil::absolutePath(m_statPath));
|
FileUtil::absolutePath(m_statPath));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Control QML file path
|
// Control JS file path
|
||||||
m_controlPath = parser.value(controlOption);
|
m_controlPath = parser.value(controlOption);
|
||||||
if (!m_controlPath.isEmpty()) {
|
|
||||||
m_controlPath = FileUtil::absolutePath(m_controlPath);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Other Arguments
|
// Other Arguments
|
||||||
m_args = parser.positionalArguments();
|
m_args = parser.positionalArguments();
|
||||||
|
Loading…
Reference in New Issue
Block a user