Skip to content

Commit d1ba146

Browse files
authored
Merge pull request #287 from Wieku/dev
Bruh
2 parents b955ae2 + 2c46d13 commit d1ba146

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/settings/general_others.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
package settings
44

5+
import (
6+
"os"
7+
"path/filepath"
8+
)
9+
510
func getOsuInstallation() string {
611
dir, _ := os.UserHomeDir()
712
return filepath.Join(dir, ".osu")

0 commit comments

Comments
 (0)