feat: finally a halfway working prototype

This commit is contained in:
2026-04-24 15:56:37 +02:00
parent d8688aaca7
commit 906bad6aa4
11 changed files with 998 additions and 228 deletions

View File

@@ -22,7 +22,7 @@ defmodule BDS.Desktop.Menu do
@impl true
def handle_event("open", menu) do
Window.show(BDS.Desktop.MainWindow)
Window.show(BDS.Desktop.MainWindow.window_id())
{:noreply, menu}
end