We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b955ae2 + 2c46d13 commit d1ba146Copy full SHA for d1ba146
app/settings/general_others.go
@@ -2,6 +2,11 @@
2
3
package settings
4
5
+import (
6
+ "os"
7
+ "path/filepath"
8
+)
9
+
10
func getOsuInstallation() string {
11
dir, _ := os.UserHomeDir()
12
return filepath.Join(dir, ".osu")
0 commit comments