added template model/view magic for commands
This commit is contained in:
+2
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user