Skip to content

Commit 23fa96c

Browse files
committed
SpecialKHelper: Fix icon not displaying in Playnite addons menu
1 parent 8008da7 commit 23fa96c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/Generic/SpecialKHelper/Core/Application/SpecialKHelperSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ private void UpdateSpecialKServiceSettings()
117117
{
118118
if (!_settings.CustomSpecialKPath.IsNullOrEmpty() && FileSystem.FileExists(_settings.CustomSpecialKPath))
119119
{
120-
var directory = Path.GetDirectoryName(string.Empty);
120+
var directory = Path.GetDirectoryName(_settings.CustomSpecialKPath);
121121
_specialKServiceManager.SetSpecialKInstallDirectory(directory);
122122
}
123123
else

source/Generic/SpecialKHelper/extension.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Author: darklinkpower
44
Version: 1.37
55
Module: SpecialKHelper.dll
66
Type: GenericPlugin
7-
Icon: icon.png
7+
Icon: Core\Resources\icon.png
88
Links:
99
- Name: GitHub
1010
Url: https://github.com/darklinkpower/PlayniteExtensionsCollection
@@ -17,4 +17,4 @@ Links:
1717
- Name: Translate
1818
Url: https://crowdin.com/project/darklinkpower-playnite-extensi
1919
- Name: Ko-fi (Tips and Donations)
20-
Url: https://ko-fi.com/darklinkpower
20+
Url: https://ko-fi.com/darklinkpower

0 commit comments

Comments
 (0)