mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 12:42:26 +01:00
Fix plugin loading
This commit is contained in:
@@ -1163,7 +1163,7 @@ const liberator = (function () //{{{
|
||||
liberator.log("No user RC file found", 3);
|
||||
|
||||
if (options["loadplugins"])
|
||||
liberator.loadPlugins;
|
||||
liberator.loadPlugins();
|
||||
|
||||
// after sourcing the initialization files, this function will set
|
||||
// all gui options to their default values, if they have not been
|
||||
|
||||
Reference in New Issue
Block a user