Add options on context menu to hide servers

This commit is contained in:
Mirco Wittrien 2017-08-01 09:43:59 +02:00 committed by GitHub
parent ab7b774a2e
commit 0e4230283d
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ class ServerHider {
this.labels = {};
//css based on Megamit/Mitchell's "Renamer" Plugin
this.css = `
<style class='serverhider'>
@ -721,4 +722,4 @@ class ServerHider {
};
}
}
}
}