[EGD-7362] Merge release/0.76.1 into master

Merge release/0.76.1 into master.
This commit is contained in:
Piotr Tański
2021-08-31 19:45:52 +02:00
committed by Piotr Tanski
parent f5530a3ac4
commit 90e7a48198
459 changed files with 4919 additions and 1410 deletions

View File

@@ -3,8 +3,15 @@
#include "NoteCreateWindow.hpp"
#include <application-notes/ApplicationNotes.hpp>
namespace app::notes
{
NoteCreateWindow::NoteCreateWindow(app::Application *app,
std::unique_ptr<NoteEditWindowContract::Presenter> &&windowPresenter)
: NoteEditWindow(app, std::move(windowPresenter), gui::name::window::note_create)
{}
bool NoteCreateWindow::onInput(const gui::InputEvent &inputEvent)
{
if (inputEvent.isShortRelease(gui::KeyCode::KEY_ENTER)) {