mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 10:22:41 +01:00
SkinMap bug fix
This commit is contained in:
@@ -44,7 +44,7 @@ func Abs(n int) int {
|
||||
|
||||
|
||||
func SkinMap(orig_file_or_dir string) string {
|
||||
DefaultSkin := "skin/default"
|
||||
DefaultSkin := "skin/default/"
|
||||
ret := ""
|
||||
|
||||
if strings.HasPrefix(orig_file_or_dir, "/home/cpi/apps/Menu") {
|
||||
|
||||
Reference in New Issue
Block a user