We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68c477 commit 25ddf2bCopy full SHA for 25ddf2b
1 file changed
src/source/mainwindow.cpp
@@ -2610,7 +2610,7 @@ bool MainWindow::handleArguments_Open(const QStringList &listParam)
2610
if (UiTools::isWayland() && firstLoad) {
2611
firstLoad = false;
2612
auto path = listParam[0];
2613
- QTimer::singleShot(200, [this, &path]() {
+ QTimer::singleShot(200, [this, path]() {
2614
loadArchive(path);
2615
});
2616
} else {
0 commit comments