mirror of
https://github.com/black-ant/Ant-Browser.git
synced 2026-07-14 18:48:55 +08:00
8 lines
122 B
Go
8 lines
122 B
Go
//go:build !windows
|
|
|
|
package main
|
|
|
|
func getDesktopWorkArea() (desktopWorkArea, bool) {
|
|
return desktopWorkArea{}, false
|
|
}
|