mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:25:56 +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));
|
||||
}
|
||||
|
||||
// Control QML file path
|
||||
// Control JS file path
|
||||
m_controlPath = parser.value(controlOption);
|
||||
if (!m_controlPath.isEmpty()) {
|
||||
m_controlPath = FileUtil::absolutePath(m_controlPath);
|
||||
}
|
||||
|
||||
// Other Arguments
|
||||
m_args = parser.positionalArguments();
|
||||
|
Loading…
Reference in New Issue
Block a user