mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-03 09:39:47 +00:00
Fixed release builds
This commit is contained in:
parent
81030019c7
commit
51b28bf9b6
@ -8,6 +8,10 @@ using Microsoft.Extensions.FileProviders;
|
||||
|
||||
using SharedTools;
|
||||
|
||||
#if RELEASE
|
||||
using System.Reflection;
|
||||
#endif
|
||||
|
||||
namespace AIStudio.Assistants.I18N;
|
||||
|
||||
public partial class AssistantI18N : AssistantBaseCore<SettingsDialogI18N>
|
||||
|
Loading…
Reference in New Issue
Block a user