mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
- some cosmetic changes
This commit is contained in:
@@ -1003,7 +1003,7 @@ void GUI::closeEvent(QCloseEvent *e){
|
||||
if(options->getConfirmOnExit()){
|
||||
if(QMessageBox::question(this,
|
||||
tr("Are you sure you want to quit? -- qBittorrent"),
|
||||
tr("Are you sure you want to quit qbittorrent?"),
|
||||
tr("Are you sure you want to quit qBittorrent?"),
|
||||
tr("&Yes"), tr("&No"),
|
||||
QString(), 0, 1)){
|
||||
e->ignore();
|
||||
|
||||
Reference in New Issue
Block a user