Move Quick Connect toggle to General page in dashboard

This replaces the separate page with a toggle.
This commit is contained in:
Niels van Velzen 2021-06-18 21:29:26 +02:00
parent 0dde17fbd7
commit e091f4ca39
5 changed files with 15 additions and 88 deletions

View file

@ -412,12 +412,6 @@ import Headroom from 'headroom.js';
pageIds: ['devicesPage', 'devicePage'],
icon: 'devices'
});
links.push({
name: globalize.translate('QuickConnect'),
href: '#!/quickConnect.html',
pageIds: ['quickConnectPage'],
icon: 'tap_and_play'
});
links.push({
name: globalize.translate('HeaderActivity'),
href: '#!/serveractivity.html',