mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-01 02:08:58 +02:00
feat(configure): add app.name configure item.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
vm.user = Authentication.user;
|
||||
vm.language = MeanTorrentConfig.meanTorrentConfig.language;
|
||||
vm.announceConfig = MeanTorrentConfig.meanTorrentConfig.announce;
|
||||
vm.appConfig = MeanTorrentConfig.meanTorrentConfig.app;
|
||||
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