From a6577d3b15bafcb252c9a2606e1937bae58a0d37 Mon Sep 17 00:00:00 2001 From: Goober5000 Date: Sat, 23 Aug 2025 19:37:05 -0400 Subject: [PATCH] loop screenshots in the mod details screen Loop the screenshots so that clicking Next on the last screenshot will loop around to the first, and clicking Previous on the first screenshot will loop around to the last. If there is a better way to do this, I'm happy to use it. Brief searching was not conclusive. --- .../Views/Windows/ModDetailsView.axaml.cs | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Knossos.NET/Views/Windows/ModDetailsView.axaml.cs b/Knossos.NET/Views/Windows/ModDetailsView.axaml.cs index f2e8db74..0c8f9cbf 100644 --- a/Knossos.NET/Views/Windows/ModDetailsView.axaml.cs +++ b/Knossos.NET/Views/Windows/ModDetailsView.axaml.cs @@ -19,8 +19,20 @@ public ModDetailsView() _carousel = this.Get("carousel"); _left = this.Get