nits: ctrl+s in template editor, unsaved badge

This commit is contained in:
2025-12-08 12:03:44 +03:00
parent 1afb9428bd
commit 33bca75990
2 changed files with 72 additions and 30 deletions

View File

@@ -32,6 +32,8 @@ private:
std::string m_output_path;
std::string m_reload_command;
std::string m_validation_error;
std::string m_saved_content;
bool m_has_unsaved_changes = false;
bool m_enabled{true};
bool m_is_editing_existing{false};