qdesk 1.0.9 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -138,7 +138,6 @@ const listener = startListening({
138
138
  bindings.delete(chord);
139
139
  }
140
140
  else if (result === "activated") {
141
- binding.name = getActiveWindowHandleAndName()?.name ?? binding.name; // warm the cache to speed up subsequent switches
142
141
  console.log(`[switch ${chord}] Switched to "${binding.name}"`);
143
142
  }
144
143
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qdesk",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",