Experimental settings

This commit is contained in:
somebody
2022-11-09 19:23:07 -06:00
parent 6ffedf00ae
commit a27fcaf4a5
2 changed files with 7 additions and 0 deletions

View File

@@ -623,6 +623,7 @@ gensettingstf = [
"sub_path": "UI",
"classname": "story",
"name": "chat_style",
"extra_classes": "var_sync_alt_system_experimental_features",
"children": [
{"text": "Legacy", "value": 0},
{"text": "Messages", "value": 1},

View File

@@ -2831,6 +2831,12 @@ body.NotConnected {
cursor: pointer;
}
.settting_container[system_experimental_features="false"] {
/* If any setting has the class var_sync_alt_system_experimental_features
it is considered to be experimental */
display: none;
}
@font-face {
font-family: 'Material Icons Outlined';
font-style: normal;