add shortcuts panel

This commit is contained in:
2019-11-30 18:17:54 +01:00
parent 22de2dedc4
commit 0ee3f1d125
9 changed files with 166 additions and 18 deletions

View File

@@ -11,6 +11,7 @@
#include "node_usermanual.h"
#include "node_dialog_export_ppbr.h"
#include "node_remote_page.h"
#include "node_shorcuts.h"
#include <codec_api.h>
#define MP4V2_NO_STDINT_DEFS
@@ -869,4 +870,9 @@ void App::dialog_whatsnew(bool force_show)
});
}
});
}
}
void App::dialog_shortcuts()
{
layout[main_id]->add_child<NodeShortcuts>();
}