thearyadev / MSRF

Automates Microsoft rewards.
Apache License 2.0
62 stars 9 forks source link

Minimize Button #13

Closed inverspe closed 1 year ago

inverspe commented 1 year ago

Add a minimize button beside the X button

thearyadev commented 1 year ago

WIll be included in v0.6b.

thearyadev commented 1 year ago

v0.6b now includes a minimize button. The way window buttons are currently handeled is by using an icon button, which sometimes has problems with certain icons. The default minimize icon doesn't work correctly so ive replaced it with the next best thing. It looks kind of weird but it works.

Once theres a fix in the ui library im using, ill make the change to a normal looking minimize button.

minimize button commit