1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 11:27:58 +01:00

Add missing config.idname.

This fixes a host of issues but, most prominently, 'rtp' is correct on Windows
again.
This commit is contained in:
Doug Kearns
2010-09-23 13:48:50 +10:00
parent 21a9755bbd
commit 4897e5cfad

View File

@@ -13,6 +13,7 @@ const ConfigBase = Class(ModuleBase, {
*/ */
init: function () { init: function () {
this.name = services.get("dactyl:").name; this.name = services.get("dactyl:").name;
this.idname = services.get("dactyl:").idname;
this.appname = services.get("dactyl:").appname; this.appname = services.get("dactyl:").appname;
this.host = services.get("dactyl:").host; this.host = services.get("dactyl:").host;