added ability to rerun itself as admin should hopefully work and actually made window smaller
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package admin
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrNotImplemented = errors.New("not implemented on linux")
|
||||
|
||||
func RunSelfElevated() error {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
|
||||
func Admin() bool {
|
||||
return true
|
||||
}
|
||||
Reference in New Issue
Block a user