GUI: add backdrop if system file picker is open

This commit is contained in:
tildearrow 2022-04-30 02:02:55 -05:00
parent 52c0044bd9
commit ba657fe4db
4 changed files with 18 additions and 1 deletions

View file

@ -95,6 +95,10 @@ bool FurnaceGUIFileDialog::render(const ImVec2& min, const ImVec2& max) {
}
}
bool FurnaceGUIFileDialog::isOpen() {
return opened;
}
String FurnaceGUIFileDialog::getPath() {
if (sysDialog) {
if (curPath.size()>1) {