projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
059ff68
)
Hide GPR window in Diadem
author
Liza Carvelli
<liza@carvel.li>
Wed, 9 Jul 2025 14:05:17 +0000
(16:05 +0200)
committer
Liza Carvelli
<liza@carvel.li>
Wed, 9 Jul 2025 14:05:17 +0000
(16:05 +0200)
GatheringPathRenderer/Windows/EditorWindow.cs
patch
|
blob
|
blame
|
history
diff --git
a/GatheringPathRenderer/Windows/EditorWindow.cs
b/GatheringPathRenderer/Windows/EditorWindow.cs
index
08925f1
..
913b26c
100644
(file)
--- a/
GatheringPathRenderer/Windows/EditorWindow.cs
+++ b/
GatheringPathRenderer/Windows/EditorWindow.cs
@@
-124,7
+124,8
@@
internal sealed class EditorWindow : Window
public override bool DrawConditions()
{
- return _target != null || _targetLocation != null;
+ return !(_clientState.TerritoryType is 0 or 939) &&
+ (_target != null || _targetLocation != null);
}
public override void Draw()