From d11eabcb25da793c2942c24f91da8d7f1571d2d9 Mon Sep 17 00:00:00 2001 From: Khayle Date: Tue, 2 Jul 2024 05:49:36 +0200 Subject: [PATCH] [PUSH] 1.5.0.3 - Version bump Also added a KoFi Link. I need coffee. lots. --- XIVComboExpanded/Interface/ConfigWindow.cs | 8 +++++++- XIVComboExpanded/XIVComboExpanded.csproj | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/XIVComboExpanded/Interface/ConfigWindow.cs b/XIVComboExpanded/Interface/ConfigWindow.cs index cd88d787..a7d3e092 100644 --- a/XIVComboExpanded/Interface/ConfigWindow.cs +++ b/XIVComboExpanded/Interface/ConfigWindow.cs @@ -1,5 +1,6 @@ -using System; +using System; using System.Collections.Generic; +using System.Diagnostics; using System.Linq; using System.Numerics; @@ -117,6 +118,11 @@ public override void Draw() ImGui.PopStyleVar(); + if (ImGui.Button("Support me on Ko-Fi ♥")) + { + Process.Start(new ProcessStartInfo { FileName = "https://ko-fi.com/khayle", UseShellExecute = true }); + } + ImGui.EndChild(); } diff --git a/XIVComboExpanded/XIVComboExpanded.csproj b/XIVComboExpanded/XIVComboExpanded.csproj index 1b5e383b..0a4ec1a6 100644 --- a/XIVComboExpanded/XIVComboExpanded.csproj +++ b/XIVComboExpanded/XIVComboExpanded.csproj @@ -3,7 +3,7 @@ attick, daemitus - - 1.5.0.2 + 1.5.0.3 This plugin condenses combos and mutually exclusive abilities onto a single button. Copyleft attick 2020 baybeeee https://github.com/daemitus/XIVComboPlugin