mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 07:58:51 +01:00
SkinMap bug fix
This commit is contained in:
parent
54e69e42e4
commit
0dbfe4df8e
@ -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") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user