ok so fix the file dialog

This commit is contained in:
tildearrow 2022-02-22 22:41:37 -05:00
parent a5561f1899
commit ef0e19413c
3 changed files with 5 additions and 3 deletions

View file

@ -1133,6 +1133,7 @@ namespace IGFD
public:
bool puAnyWindowsHovered = false; // not remember why haha :) todo : to check if we can remove
double DpiScale;
public:
static FileDialog* Instance() // Singleton for easier accces form anywhere but only one dialog at a time