Added Automation for Google Play Add/Remove Account.

This commit is contained in:
Gunther Brunner
2014-07-25 18:38:39 +09:00
parent 65fc9a28eb
commit b79e10c317
9 changed files with 113 additions and 0 deletions

View File

@@ -28,6 +28,12 @@ module.exports =
// templateUrl: 'control-panes/cpu/cpu.jade',
// filters: ['native', 'web']
// },
{
title: gettext('Automation'),
icon: 'fa-road',
templateUrl: 'control-panes/automation/automation.jade',
filters: ['native', 'web']
},
{
title: gettext('Advanced'),
icon: 'fa-bolt',