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