Support custom protocols

This commit is contained in:
Lea Anthony
2021-02-28 22:08:23 +11:00
parent 2d1b2c0947
commit b4c669ff86
8 changed files with 179 additions and 2 deletions

View File

@@ -90,5 +90,10 @@ func (a *Application) processPlatformSettings() error {
}
}
// Process URL Handlers
if a.config.Mac.URLHandlers != nil {
C.HasURLHandlers(a.app)
}
return nil
}