Roestlab / massdash

MassDash: A web-based dashboard for streamlined DIA-MS visualization, analysis, prototyping, and optimization
https://massdash.streamlit.app/
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

fix: disable tkinter file selector for Mac #132

Closed singjc closed 6 months ago

singjc commented 6 months ago

Description

tkinter file selector currently doesn't work on mac. Disable tkinter file selector if user system is Darwin.

Type of change

Please delete options that are not relevant.

GUI

Test Configuration:

Checklist:

Other