Skip to content

Commit

Permalink
changed order tools in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanbasten-ns committed Sep 6, 2024
1 parent 9fe5cc0 commit c5a3b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions threedi_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ def initGui(self):
self.tools = [ # second item indicates enabled on startup
(self.about_tool, True),
(self.toggle_results_manager, True),
(self.flow_summary_tool, True),
(self.graph_tool, False),
(self.sideview_tool, False),
(self.stats_tool, False),
(self.water_balance_tool, False),
(self.watershed_tool, False),
(self.logfile_tool, True),
(self.flow_summary_tool, True)
(self.logfile_tool, True)
]

# Styling (TODO: can this be moved to where it is used?)
Expand Down

0 comments on commit c5a3b11

Please sign in to comment.