Skip to content

Commit f655a2d

Browse files
Beta warn epoxy for now
1 parent e781a8a commit f655a2d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/public/js/settings.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,9 @@ function transportChange(value) {
237237
if (value === 'soon') {
238238
return;
239239
}
240+
if (value === 'epoxy') {
241+
notifyBeta('Epoxy', setEpoxyTransport, setTransports);
242+
}
240243
else {
241244
localStorage.setItem('transports', value);
242245
setTransports();

0 commit comments

Comments
 (0)