chore: init bj_power monorepo (dashboard/mes/wms/wms_client/workstation), clear subproject git metadata and align naming to folder names
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//go:build !windows
|
||||
|
||||
package autostart
|
||||
|
||||
func CreateDesktopShortcut(appName string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func Enable(appName string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func Disable(appName string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func IsEnabled(appName string) bool {
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user