mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-11 01:37:24 +01:00
Also remove borders for dev bar, to prevent themes from causing weirdness
This commit is contained in:
parent
24caa1cb18
commit
2806e59dba
1 changed files with 2 additions and 0 deletions
|
|
@ -669,6 +669,8 @@ internal class DalamudInterface : IInternalDisposableService
|
|||
{
|
||||
using var barColor = ImRaii.PushColor(ImGuiCol.WindowBg, new Vector4(0.060f, 0.060f, 0.060f, 0.773f));
|
||||
barColor.Push(ImGuiCol.MenuBarBg, Vector4.Zero);
|
||||
barColor.Push(ImGuiCol.Border, Vector4.Zero);
|
||||
barColor.Push(ImGuiCol.BorderShadow, Vector4.Zero);
|
||||
if (ImGui.BeginMainMenuBar())
|
||||
{
|
||||
var pluginManager = Service<PluginManager>.Get();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue