🐛 Fix(custom): prevent image dragging and selection in app icon

ISSUES CLOSED: #400
This commit is contained in:
Kuingsmile
2025-10-27 11:12:52 +08:00
parent 5425714f69
commit 921744c424

View File

@@ -119,6 +119,12 @@ onBeforeUnmount(() => {
color: var(--color-accent);
}
.app-icon img {
-webkit-user-drag: none;
user-select: none;
pointer-events: none;
}
.app-title {
font-size: 14px;
font-weight: 600;