mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Remove opkg check in Shadowsocks-libev/rust interface
This commit is contained in:
parent
7000aa16b4
commit
32ad6d755c
4 changed files with 8 additions and 0 deletions
|
@ -76,9 +76,11 @@ return L.view.extend({
|
|||
s.tab('advanced', _('Advanced Settings'));
|
||||
s.taboption('general', form.Value, 'label', _('Label'));
|
||||
s.taboption('general', form.Flag, 'disabled', _('Disable'));
|
||||
/*
|
||||
if (!res[0]) {
|
||||
ss.option_install_package(s, 'general');
|
||||
}
|
||||
*/
|
||||
ss.options_common(s, 'advanced');
|
||||
|
||||
if (stype === 'ss_server') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue