Skip to content

Commit

Permalink
Make toast notifications more transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Nov 26, 2023
1 parent 4cb7308 commit 64350dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2TWEOP Code/3rd/ImNotify/imgui_notify.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64350dc

Please sign in to comment.