mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Move missingFeature to initToggle in webext
This commit is contained in:
parent
3c28380bc6
commit
19bc6d8858
2 changed files with 44 additions and 49 deletions
|
@ -19,7 +19,7 @@ port.onMessage.addListener((m) => {
|
|||
popup.setEnabled(false);
|
||||
popup.setActive(false);
|
||||
popup.setStatusText(chrome.i18n.getMessage('popupStatusOff'));
|
||||
popup.setStatusDesc(chrome.i18n.getMessage('popupWebRTCOff'), true);
|
||||
popup.setStatusDesc(chrome.i18n.getMessage(missingFeature), true);
|
||||
popup.hideButton();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue