exrat / titlebar

Adds personal text to the title of ruTorrent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

titlebar

Adds personal text to the title of ruTorrent

Edit .../rutorrent/plugins/titlebar/init.js

// Configuration
var personalTitle  = "ruTorrent v";
var versionRutorrent = "yes"; // yes or no
//

Exemple:

// Configuration
var personalTitle  = "MyBox";
var versionRutorrent = "no"; // yes or no
//

inspired by SanKen - rutorrent-titlebar plugin https://github.com/SanKen/rutorrent-titlebar

About

Adds personal text to the title of ruTorrent


Languages

Language:JavaScript 100.0%