diff options
| -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; } |
![]() |
index : hyperbooru-client | |
| Unnamed repository; edit this file 'description' to name the repository. | cgit |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | IDialog.cs | 2 |
@@ -1,4 +1,4 @@ -namespace HyperBooru; +namespace HyperBooru.Client; public interface IDialog { public bool Visible { get; set; } |