fix(window): enable custom titlebar controls

This commit is contained in:
NimBold
2026-07-05 00:02:31 +03:30
parent 58bbf95761
commit 3aaf32f9ee
10 changed files with 42 additions and 8 deletions
+5
View File
@@ -5,6 +5,11 @@ All notable changes to Firelink will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.1] - 2026-07-04
### Fixed
- Fix custom window controls on Windows and Linux so close, minimize, and maximize work in packaged builds.
## [1.0.0] - 2026-07-04
### Highlights