mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-18 08:08:46 +00:00
add a couple of alerts to inform users of parts that aren't implemented yet
This commit is contained in:
parent
8deee64007
commit
1bf2fb47b7
1 changed files with 4 additions and 1 deletions
|
@ -383,7 +383,8 @@ Deluge.UI = {
|
|||
});
|
||||
break;
|
||||
case 'create':
|
||||
this.createWindow.show();
|
||||
alert('Sorry, this hasn\'t been implemented yet.');
|
||||
//this.createWindow.show();
|
||||
break;
|
||||
case 'add':
|
||||
this.addWindow.show();
|
||||
|
@ -401,6 +402,8 @@ Deluge.UI = {
|
|||
case 'preferences':
|
||||
this.prefsWindow.show();
|
||||
break;
|
||||
case 'connections':
|
||||
alert('Sorry, this hasn\'t been implemented yet.');
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue