We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91587b4 commit d92988eCopy full SHA for d92988e
data/defscript/default.kvs
@@ -12,6 +12,7 @@
12
%mypath = "$file.extractpath($0)$file.ps"
13
14
# Fetch default scripts data
15
+include "actions.kvs" %mypath
16
include "aliases.kvs" %mypath
17
include "events.kvs" %mypath
18
include "popups.kvs" %mypath
src/kvirc/kernel/KviDefaultScript.cpp
@@ -153,7 +153,7 @@ void KviDefaultScriptManager::restoreInternal()
153
{
154
if(m_pDialog->m_pData->isChecked())
155
KviActionManager::instance()->killAllKvsUserActions();
156
- // No need to load here since we haven't a default actions script yet
+ g_pApp->loadDefaultScript("actions");
157
m_szAction = oConfig.readEntry("ActionVersion");
158
}
159
0 commit comments