Enhance AIImages mod by adding debug logging functionality to various components, improving troubleshooting capabilities. Introduce a new setting to enable or disable debug logs in the UI, with localized strings in English and Russian. Update StableDiffusionNet.Core dependency to version 1.1.5. Update AIImages.dll to reflect these changes.
This commit is contained in:
@@ -395,6 +395,11 @@ namespace AIImages
|
||||
ref settings.saveImagesToServer,
|
||||
"AIImages.Settings.SaveImagesToServerTooltip".Translate()
|
||||
);
|
||||
listingStandard.CheckboxLabeled(
|
||||
"AIImages.Settings.EnableDebugLogs".Translate(),
|
||||
ref settings.enableDebugLogs,
|
||||
"AIImages.Settings.EnableDebugLogsTooltip".Translate()
|
||||
);
|
||||
|
||||
listingStandard.Gap(12f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user