mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +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 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
|
||||||
|
|||||||
Reference in New Issue
Block a user