mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-06-30 23:25:39 +00:00
app: update TopMost comment
TopMost is also supported on Windows. Signed-off-by: qiannian <qianniancn@gmail.com>
This commit is contained in:
+1
-1
@@ -972,7 +972,7 @@ func Decorated(enabled bool) Option {
|
||||
|
||||
// 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 {
|
||||
return func(_ unit.Metric, cnf *Config) {
|
||||
cnf.TopMost = enabled
|
||||
|
||||
Reference in New Issue
Block a user