diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-24 02:14:40 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-11 01:13:32 +1000 |
| commit | c35cacb4f61338912065d12e0afed97251d016f5 (patch) | |
| tree | 95a6fcdba5164934d7a8119ba4cfb8ef58c204d1 | |
| parent | 4c4febc101b73a9c45accdaaf7c532b8115cd599 (diff) | |
Updated namespace in IDialog.cs
| -rw-r--r-- | IDialog.cs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -namespace HyperBooru; +namespace HyperBooru.Client; public interface IDialog { public bool Visible { get; set; } |
