fix: add missing return for canPaste check
This commit is contained in:
parent
1449844fdd
commit
a9ce8b0154
|
@ -530,6 +530,8 @@ bool MainWindow::canPaste()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
void MainWindow::quitAppAction(bool force)
|
||||
|
|
Loading…
Reference in New Issue
Block a user