mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-18 05:27:43 +01:00
Update API 9 and add data to items.
This commit is contained in:
parent
c98ed04bf3
commit
cb0da11529
62 changed files with 524 additions and 268 deletions
|
|
@ -1,5 +1,5 @@
|
|||
using System.Numerics;
|
||||
using Dalamud.Interface;
|
||||
using Dalamud.Interface.Utility;
|
||||
using Dalamud.Interface.Windowing;
|
||||
using ImGuiNET;
|
||||
using OtterGui;
|
||||
|
|
@ -9,8 +9,8 @@ namespace Glamourer.Gui;
|
|||
|
||||
public class GenericPopupWindow : Window
|
||||
{
|
||||
private Configuration _config;
|
||||
public bool OpenFestivalPopup { get; internal set; } = false;
|
||||
private readonly Configuration _config;
|
||||
public bool OpenFestivalPopup { get; internal set; } = false;
|
||||
|
||||
public GenericPopupWindow(Configuration config)
|
||||
: base("Glamourer Popups",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue