mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
- some cosmetic changes
This commit is contained in:
parent
c9f3bed4da
commit
affafd5dbf
43 changed files with 111 additions and 31 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue