From 4311bfb43fe9fb74db40ba5163c6f5ef544fcaa8 Mon Sep 17 00:00:00 2001 From: Enrico Ludwig Date: Mon, 26 Aug 2024 20:56:44 +0200 Subject: [PATCH] Added LastRaided feature --- Controls/RaidButton.axaml | 3 +++ Models/BetterRaidDatabase.cs | 39 +++++++++++++++++++++++++++++++ ViewModels/RaidButtonViewModel.cs | 7 ++++++ Views/MainWindow.axaml.cs | 3 ++- db.json | 2 +- 5 files changed, 52 insertions(+), 2 deletions(-) diff --git a/Controls/RaidButton.axaml b/Controls/RaidButton.axaml index 941f3bc..4eec746 100644 --- a/Controls/RaidButton.axaml +++ b/Controls/RaidButton.axaml @@ -62,6 +62,9 @@ HorizontalContentAlignment="Center" Foreground="{Binding ViewerCountColor}" Content="{Binding Channel.ViewerCount}" /> +