feat: add warning popup if existing desktop process is present

This commit is contained in:
2026-04-22 21:53:58 +02:00
parent 3dae4ccada
commit 348ff6981b
3 changed files with 44 additions and 3 deletions
+2 -2
View File
@@ -216,8 +216,8 @@ login: bearssl libc
shell:
$(MAKE) -C src/shell
# Build desktop via its own Makefile (depends on libc, libjpeg, and bearssl for user.h).
desktop: libc libjpeg bearssl
# Build desktop via its own Makefile (depends on libc, libjpeg, bearssl for user.h, and dialogs for duplicate-session warnings).
desktop: libc libjpeg bearssl libloader dialogs
$(MAKE) -C src/desktop
# Copy SVG icons for the desktop into bin/icons/.