File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
source/Generic/SpecialKHelper Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Author: darklinkpower
44Version : 1.37
55Module : SpecialKHelper.dll
66Type : GenericPlugin
7- Icon : icon.png
7+ Icon : Core\Resources\ icon.png
88Links :
99 - Name : GitHub
1010 Url : https://github.com/darklinkpower/PlayniteExtensionsCollection
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
You can’t perform that action at this time.
0 commit comments