diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-08-08 22:12:53 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-08-08 22:12:53 -0400 |
commit | bf0a126e8a9d30b77007829166f4bf91a3900079 (patch) | |
tree | 9d4a769daca81393a4562e96d9c2efb96092100a /source | |
parent | 707b24dd07236243269cf092728f85172e94e8a4 (diff) |
update templates to new api; open template status fix
Diffstat (limited to 'source')
-rw-r--r-- | source/file.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/file.cpp b/source/file.cpp index d82f0ec..355ab7b 100644 --- a/source/file.cpp +++ b/source/file.cpp @@ -87,6 +87,7 @@ void fileRenderMenu() // Treat like new file. fileCurrentPath.clear(); + statusMessage = "Ready."; } } |