Minor fixes.

This commit is contained in:
Martín Lucas Golini
2020-06-27 17:33:54 -03:00
parent 2b5454b041
commit f3c5b07d41
6 changed files with 30 additions and 17 deletions

View File

@@ -42,6 +42,7 @@ struct UIConfig {
struct WindowConfig {
Float pixelDensity{0};
Sizei size{1280, 720};
std::string winIcon;
bool maximized{false};
};
@@ -127,6 +128,7 @@ class App : public UICodeEditorSplitter::Client {
std::string mKeybindingsPath;
SearchState mSearchState;
Float mDisplayDPI;
std::string mResPath;
void onFileDropped( String file );