summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-05-24 02:14:40 +1000
committerJake Mannens <jake@asger.xyz>2026-06-11 01:13:32 +1000
commitc35cacb4f61338912065d12e0afed97251d016f5 (patch)
tree95a6fcdba5164934d7a8119ba4cfb8ef58c204d1
parent4c4febc101b73a9c45accdaaf7c532b8115cd599 (diff)
Updated namespace in IDialog.cs
-rw-r--r--IDialog.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/IDialog.cs b/IDialog.cs
index 41e86a8..6fc4646 100644
--- a/IDialog.cs
+++ b/IDialog.cs
@@ -1,4 +1,4 @@
-namespace HyperBooru;
+namespace HyperBooru.Client;
public interface IDialog {
public bool Visible { get; set; }