summaryrefslogtreecommitdiff
path: root/IDialog.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-05-24 02:14:40 +1000
committerJake Mannens <jake@asger.xyz>2026-06-15 10:45:43 +1000
commit2c503c6f922d103690b727b263b8a92b7b3c42af (patch)
treea71e8cd00fd78c756eb12345cbe214e125113da2 /IDialog.cs
parent56a34319debec11cad60ad09237e7d237e9e09f1 (diff)
Updated namespace in IDialog.cs
Diffstat (limited to '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; }