Refactor Lora cache update logic and enhance context menu item handling

This commit is contained in:
Will Miao
2025-02-18 20:55:31 +08:00
parent 80b860e98a
commit dac07308c3
4 changed files with 28 additions and 36 deletions

View File

@@ -26,16 +26,6 @@
color: var(--lora-text);
}
.context-menu-item.disabled {
opacity: 0.5;
cursor: not-allowed;
}
.context-menu-item.disabled:hover {
background: var(--lora-surface);
color: var(--text-color);
}
.context-menu-separator {
height: 1px;
background-color: var(--border-color);