mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-14 03:25:25 -04:00
[EGD-7362] Merge release/0.76.1 into master
Merge release/0.76.1 into master.
This commit is contained in:
committed by
Piotr Tanski
parent
f5530a3ac4
commit
90e7a48198
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user