mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 10:35:47 +01:00
More cleanup. Fix some Teledactyl bugginess.
This commit is contained in:
@@ -182,8 +182,6 @@ const Config = Module("config", ConfigBase, {
|
||||
song: "song"
|
||||
}, this.__proto__.completers)),
|
||||
|
||||
hasTabbrowser: true,
|
||||
|
||||
removeTab: function (tab) {
|
||||
if (config.tabbrowser.mTabs.length > 1)
|
||||
config.tabbrowser.removeTab(tab);
|
||||
|
||||
Reference in New Issue
Block a user