fix(theme): correct icons

resolves #515
This commit is contained in:
Jan De Dobbeleer 2021-03-13 08:20:31 +01:00 committed by Jan De Dobbeleer
parent 9476931dc9
commit ae44f14731
4 changed files with 5 additions and 5 deletions

View file

@ -177,8 +177,8 @@ func (pt *path) replaceMappedLocations(pwd string) string {
}
mappedLocations := map[string]string{
"HKCU:": pt.props.getString(WindowsRegistryIcon, "\uE0B1"),
"HKLM:": pt.props.getString(WindowsRegistryIcon, "\uE0B1"),
"HKCU:": pt.props.getString(WindowsRegistryIcon, "\uF013"),
"HKLM:": pt.props.getString(WindowsRegistryIcon, "\uF013"),
pt.env.homeDir(): pt.props.getString(HomeIcon, "~"),
}