mirror of
https://github.com/muesli/telephant
synced 2025-02-16 19:48:24 +00:00
Adapt to latest go-app-paths API
This commit is contained in:
parent
c580dc1a46
commit
e24ac49122
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ func main() {
|
|||
setupQmlBridges()
|
||||
|
||||
// load config
|
||||
scope := gap.NewScope(gap.User, "fribbledom.com", "telephant")
|
||||
scope := gap.NewScope(gap.User, "telephant")
|
||||
configDir, err := scope.ConfigPath("")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
|
Loading…
Add table
Reference in a new issue