app: update TopMost comment

TopMost is also supported on Windows.

Signed-off-by: qiannian <qianniancn@gmail.com>
This commit is contained in:
qiannian
2026-06-27 17:50:54 +08:00
parent 5191409708
commit 1a5fa17a39
+1 -1
View File
@@ -972,7 +972,7 @@ func Decorated(enabled bool) Option {
// TopMost windows will be rendered above all other non-top-most windows. // TopMost windows will be rendered above all other non-top-most windows.
// //
// TopMost windows are only supported on MacOS currently. // TopMost windows are supported on macOS, Windows.
func TopMost(enabled bool) Option { func TopMost(enabled bool) Option {
return func(_ unit.Metric, cnf *Config) { return func(_ unit.Metric, cnf *Config) {
cnf.TopMost = enabled cnf.TopMost = enabled