add shortcuts panel
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user