mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 17:08:42 +00:00
add torrent notification plugin as default
This commit is contained in:
parent
4b21cc6bf1
commit
8050c3f8a6
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ import xdg
|
||||||
|
|
||||||
if common.windows_check():
|
if common.windows_check():
|
||||||
DEFAULT_PREFS = {
|
DEFAULT_PREFS = {
|
||||||
"enabled_plugins" : "Torrent Files:Torrent Peers",
|
"enabled_plugins" : "Torrent Files:Torrent Peers:Torrent Notification",
|
||||||
"file_manager" : common.FileManager.xdg,
|
"file_manager" : common.FileManager.xdg,
|
||||||
"open_folder_stock" : True,
|
"open_folder_stock" : True,
|
||||||
"autoload" : False,
|
"autoload" : False,
|
||||||
|
@ -149,7 +149,7 @@ if common.windows_check():
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
DEFAULT_PREFS = {
|
DEFAULT_PREFS = {
|
||||||
"enabled_plugins" : "Torrent Files:Torrent Peers",
|
"enabled_plugins" : "Torrent Files:Torrent Peers:Torrent Notification",
|
||||||
"file_manager" : common.FileManager.xdg,
|
"file_manager" : common.FileManager.xdg,
|
||||||
"open_folder_stock" : True,
|
"open_folder_stock" : True,
|
||||||
"autoload" : False,
|
"autoload" : False,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue