added template model/view magic for commands

This commit is contained in:
fourtf
2018-04-29 23:25:49 +02:00
parent e31dc09e91
commit 6bd787423d
14 changed files with 326 additions and 165 deletions
+2 -2
View File
@@ -93,7 +93,7 @@ void Application::initialize()
this->nativeMessaging->registerHost();
this->settings->load();
this->commands->loadCommands();
this->commands->load();
this->emotes->loadGlobalEmotes();
@@ -218,7 +218,7 @@ void Application::save()
{
this->windows->save();
this->commands->saveCommands();
this->commands->save();
}
void Application::runNativeMessagingHost()