Vadoola / Tomotroid

Simple Pomodoro Timer made with Rust + Slint. Design shamelessly ripped from Pomotroid
MIT License
38 stars 8 forks source link

Need to get the Minimize button working #16

Closed Vadoola closed 1 year ago

Vadoola commented 1 year ago

There doesn't appear to be a way to do this programmatically that Slint officially exposes.

It's possible I could do it using the internal private API, as mentioned here for focusing a window: https://github.com/slint-ui/slint/discussions/2979

This might also be relevant for Issue #1, as I might need to use the private api for hiding and showing the window

Vadoola commented 1 year ago

Closed in Commit b885913