Skip to content

Commit

Permalink
#448 Delete usless buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSAMPERE committed Jun 21, 2023
1 parent 59599f1 commit 2e09d6e
Show file tree
Hide file tree
Showing 3 changed files with 503 additions and 625 deletions.
4 changes: 0 additions & 4 deletions modules/metadata_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,6 @@ def show_complete_md(self, md: dict, tags: dict):

self.complete_md.btn_md_edit.setEnabled(int(qsettings.value("isogeo/user/editor", 1)))

# -- ADD OPTIONS ------------------------------------------------------
self.complete_md.btn_addtomap.setHidden(1)
self.complete_md.btn_xml_dl.setHidden(1)

# -- DISPLAY ---------------------------------------------------------
self.fields_displayer(md.get("type"), md.get("series"))
# Finally open the damned window
Expand Down
Loading

0 comments on commit 2e09d6e

Please sign in to comment.