protobuf server

This commit is contained in:
Ivan I. Ovchinnikov
2026-07-28 20:46:41 +03:00
parent 5a702fe0f8
commit 8c4d40b66a
11 changed files with 150 additions and 56 deletions
+3 -2
View File
@@ -14,11 +14,12 @@ public:
void initialize();
void renderUI();
bool isClosing() const { return shouldClose; }
[[nodiscard]] bool isClosing() const { return shouldClose; }
private:
void renderMainMenuBar();
bool loadTheme(const std::string& filepath); // Метод парсинга файла темы
static bool loadTheme(const std::string& filepath); // Метод парсинга файла темы
bool showConnectionWindow = true;
bool showPayloadWindow = true;