1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00

fix values resetting on import

This commit is contained in:
2025-11-04 06:03:54 +01:00
parent a6ea9c3022
commit 1bd44be088

View File

@@ -1701,15 +1701,15 @@
pushAttachment(file);
}
if (loadValue("json")) {
if (!jsonMode && loadValue("json")) {
$json.click();
}
if (loadValue("search")) {
if (!searchTool && loadValue("search")) {
$search.click();
}
if (loadValue("scrolling")) {
if (!autoScrolling && loadValue("scrolling")) {
$scrolling.click();
}