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-17 01:19:59 +1000
commit11d180d0b477d310f7d45848985f8b6331e26e65 (patch)
treecd167bcf5cede287be579921ea3af7dfb921d588 /IDialog.cs
parent7213becd45f6d787ccc94213da8232a3be04e9bd (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; }