[transmission] Fix default app
This commit is contained in:
parent
4d3fcf3d37
commit
db27a550a8
2 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
[Default Applications]
|
||||
x-scheme-handler/magnet=transmission-remote.desktop
|
||||
application/x-bittorrent=transmission-remote.desktop
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
address=192.168.50.101
|
||||
address=192.168.50.198
|
||||
|
||||
set -x
|
||||
|
||||
|
|
Loading…
Reference in a new issue