diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-24 02:14:40 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-17 01:19:59 +1000 |
| commit | 11d180d0b477d310f7d45848985f8b6331e26e65 (patch) | |
| tree | cd167bcf5cede287be579921ea3af7dfb921d588 | |
| parent | 7213becd45f6d787ccc94213da8232a3be04e9bd (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; } |
