mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 04:30:43 +00:00
idiotic typo (forgot quotes in previous commit)
This commit is contained in:
parent
1ca78c3698
commit
557b6fa8af
@ -1154,7 +1154,7 @@ void MainWindow::RestartApplication(bool force_login)
|
|||||||
|
|
||||||
QStringList args;
|
QStringList args;
|
||||||
args << "-n"; // -n option is important, as it opens a new process
|
args << "-n"; // -n option is important, as it opens a new process
|
||||||
args << apppath << -p;
|
args << apppath << "-p";
|
||||||
|
|
||||||
if (force_login) args << "-l";
|
if (force_login) args << "-l";
|
||||||
// -p starts with 1 second delay, to give this process time to save..
|
// -p starts with 1 second delay, to give this process time to save..
|
||||||
|
Loading…
Reference in New Issue
Block a user