mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Experimental settings
This commit is contained in:
@@ -623,6 +623,7 @@ gensettingstf = [
|
|||||||
"sub_path": "UI",
|
"sub_path": "UI",
|
||||||
"classname": "story",
|
"classname": "story",
|
||||||
"name": "chat_style",
|
"name": "chat_style",
|
||||||
|
"extra_classes": "var_sync_alt_system_experimental_features",
|
||||||
"children": [
|
"children": [
|
||||||
{"text": "Legacy", "value": 0},
|
{"text": "Legacy", "value": 0},
|
||||||
{"text": "Messages", "value": 1},
|
{"text": "Messages", "value": 1},
|
||||||
|
@@ -2831,6 +2831,12 @@ body.NotConnected {
|
|||||||
cursor: pointer;
|
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-face {
|
||||||
font-family: 'Material Icons Outlined';
|
font-family: 'Material Icons Outlined';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
Reference in New Issue
Block a user