Skip to content

Commit 86d2847

Browse files
authored
[VE] Fix kks not hiding UI in reshade mode (IllusionMods#189)
1 parent 16e6fc4 commit 86d2847

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VideoExport.Core/ScreenshotPlugins/ReshadePlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public void SaveParams()
159159

160160
private void SetStudioUIVisibility(bool target_visibility)
161161
{
162-
#if KOIKATSU
162+
#if KOIKATSU && !SUNSHINE
163163
Type hideUI = Type.GetType("HideAllUI.HideAllUICore,HideAllUI.Koikatu");
164164
#elif SUNSHINE
165165
Type hideUI = Type.GetType("HideAllUI.HideAllUICore,HideAllUI.KoikatsuSunshine");

0 commit comments

Comments
 (0)