diff --git a/M2TWEOP Code/3rd/ImNotify/imgui_notify.h b/M2TWEOP Code/3rd/ImNotify/imgui_notify.h index 1a784e5a..7e3faa5c 100644 --- a/M2TWEOP Code/3rd/ImNotify/imgui_notify.h +++ b/M2TWEOP Code/3rd/ImNotify/imgui_notify.h @@ -16,7 +16,7 @@ #define NOTIFY_PADDING_MESSAGE_Y 10.f // Padding Y between each message #define NOTIFY_FADE_IN_OUT_TIME 150 // Fade in and out duration #define NOTIFY_DEFAULT_DISMISS 3000 // Auto dismiss after X ms (default, applied only of no data provided in constructors) -#define NOTIFY_OPACITY 1.0f // 0-1 Toast opacity +#define NOTIFY_OPACITY 0.5f // 0-1 Toast opacity #define NOTIFY_TOAST_FLAGS ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_NoInputs | ImGuiWindowFlags_NoNav | ImGuiWindowFlags_NoBringToFrontOnFocus | ImGuiWindowFlags_NoFocusOnAppearing // Comment out if you don't want any separator between title and content #define NOTIFY_USE_SEPARATOR