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:
@@ -13,6 +13,7 @@ const ConfigBase = Class(ModuleBase, {
|
||||
*/
|
||||
init: function () {
|
||||
this.name = services.get("dactyl:").name;
|
||||
this.idname = services.get("dactyl:").idname;
|
||||
this.appname = services.get("dactyl:").appname;
|
||||
this.host = services.get("dactyl:").host;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user