auto open detect now mission replay
This commit is contained in:
parent
89919b9f7f
commit
28027a9ade
2 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><span style=" font-weight:600;">Savegame</span><br><br>%1</string>
|
<string><span style=" font-weight:600;">Savegame</span><br><br>%1</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="wordWrap">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
5
main.cpp
5
main.cpp
|
@ -76,6 +76,11 @@ int main(int argc, char *argv[])
|
||||||
arg1 = currentArg;
|
arg1 = currentArg;
|
||||||
selectedAction = "showsgd";
|
selectedAction = "showsgd";
|
||||||
}
|
}
|
||||||
|
else if (argumentFileType == "MISR")
|
||||||
|
{
|
||||||
|
arg1 = currentArg;
|
||||||
|
selectedAction = "showsgd";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue