Skip to content

Commit

Permalink
Disable donation menu entry (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: dippeal <info@dippe-it.de>
  • Loading branch information
dippeal and dippeal committed Jun 23, 2024
1 parent 5eaffda commit 5016c5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/de/jost_net/JVerein/gui/navigation/MyExtension.java
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,6 @@ public void extend(Extendable extendable)
jverein.addChild(administration);
jverein.addChild(new MyItem(jverein, "Dokumentation",
new DokumentationAction(), "question-circle.png"));
jverein.addChild(new MyItem(jverein, "Spende für JVerein",
new SpendenAction(), "coins.png"));
jverein.addChild(
new MyItem(jverein, "Über", new AboutAction(), "gtk-info.png"));
}
Expand Down

0 comments on commit 5016c5f

Please sign in to comment.