mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 14:56:22 +02:00
feat(core): hide upload/download site info on public mode
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
var vm = this;
|
||||
vm.user = Authentication.user;
|
||||
vm.language = MeanTorrentConfig.meanTorrentConfig.language;
|
||||
|
||||
vm.announceConfig = MeanTorrentConfig.meanTorrentConfig.announce;
|
||||
vm.signConfig = MeanTorrentConfig.meanTorrentConfig.sign;
|
||||
vm.accountMenu = menuService.getMenu('account').items[0];
|
||||
vm.messagesMenu = menuService.getMenu('mt-message').items[0];
|
||||
|
||||
Reference in New Issue
Block a user