Closed apertureless closed 11 months ago
Hi and thank you for your report.
This is default behavior on macOS binaries. This happens if you open by double click a "simple" binary. You can check this if you open a binary file inside of a .app
with double click. Or you can try it building an other project and running the binary by double click.
Issue
When you open (double-click) the application on MacOS, it additionally opens a terminal window where it executes the binary.
Reproduction
cargo generate --git https://github.com/slint-ui/slint-rust-template --name slint-test
cargo build --release
open target/release
slint-test
System
Tested on MacOS Ventura (13.6.1)