mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Default recall card display to beautify only
This commit is contained in:
4
panel.js
4
panel.js
@@ -1539,7 +1539,7 @@ function _refreshConfigTab() {
|
||||
);
|
||||
_setInputValue(
|
||||
"bme-setting-recall-card-user-input-display-mode",
|
||||
settings.recallCardUserInputDisplayMode ?? "mirror",
|
||||
settings.recallCardUserInputDisplayMode ?? "beautify_only",
|
||||
);
|
||||
|
||||
_setInputValue("bme-setting-extract-every", settings.extractEvery ?? 1);
|
||||
@@ -1829,7 +1829,7 @@ function _bindConfigControls() {
|
||||
recallCardUserInputDisplayModeEl.addEventListener("change", () => {
|
||||
_patchSettings({
|
||||
recallCardUserInputDisplayMode:
|
||||
recallCardUserInputDisplayModeEl.value || "mirror",
|
||||
recallCardUserInputDisplayModeEl.value || "beautify_only",
|
||||
});
|
||||
});
|
||||
recallCardUserInputDisplayModeEl.dataset.bmeBound = "true";
|
||||
|
||||
Reference in New Issue
Block a user