sys: Added create file and resize option

Fixes #172
This commit is contained in:
WerWolv
2021-07-27 21:07:36 +02:00
parent 405b97e4d3
commit 2ccf8e777c
10 changed files with 259 additions and 110 deletions

View File

@@ -424,6 +424,8 @@ namespace hex {
ImGui::TableNextColumn();
ImGui::TextUnformatted("hex.welcome.header.start"_lang);
{
if (ImGui::BulletHyperlink("hex.welcome.start.create_file"_lang))
EventManager::post<RequestOpenWindow>("Create File");
if (ImGui::BulletHyperlink("hex.welcome.start.open_file"_lang))
EventManager::post<RequestOpenWindow>("Open File");
if (ImGui::BulletHyperlink("hex.welcome.start.open_project"_lang))