Add experimental flag in settings ui
This commit is contained in:
@@ -25,7 +25,8 @@ enum ServiceMode {
|
||||
String present(TranslationsEn t) => switch (this) {
|
||||
proxy => t.settings.config.serviceModes.proxy,
|
||||
systemProxy => t.settings.config.serviceModes.systemProxy,
|
||||
tun => t.settings.config.serviceModes.tun,
|
||||
tun =>
|
||||
"${t.settings.config.serviceModes.tun}${PlatformUtils.isDesktop ? " (${t.settings.experimental})" : ""}",
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user