tauri-menubar-app icon indicating copy to clipboard operation
tauri-menubar-app copied to clipboard

Main window never appears

Open slimandslam opened this issue 1 year ago • 0 comments

I'm running this on MacOS 13.4.1 and it compiles and executes correctly (it seems) but while running, it only shows the menu in the MacOS menu bar. The main window for the app never appears. If I click on the app in the MacOS dock and select "Show All Windows" for the app, it says "No available windows". I'm running it under Node v18.16 as follows:

$ yarn tauri dev
yarn run v1.22.21
$ tauri dev
     Running BeforeDevCommand ('pnpm dev')

> [email protected] dev /Users/me/tauri-menubar-app
> vite

  VITE v4.5.1  ready in 157 ms

  ➜  Local:   http://localhost:1420/
  ➜  Network: use --host to expose
        Info Watching /Users/me/tauri-menubar-app/src-tauri for changes...
   Compiling tauri-menubar v0.0.0 (/Users/me/tauri-menubar-app/src-tauri)
    Finished dev [unoptimized + debuginfo] target(s) in 1.55s
$ 

slimandslam avatar Dec 10 '23 20:12 slimandslam