MCPcopy Index your code
hub / github.com/paperwm/PaperWM / disable

Function disable

stackoverlay.js:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51export function disable() {
52 previewPointerWatcher?.remove();
53 previewPointerWatcher = null;
54 disableMultimonitorSupport();
55}
56
57/**
58 * Checks for multiple monitors and if so, then enables multimonitor

Callers

nothing calls this directly

Calls 2

removeMethod · 0.80

Tested by

no test coverage detected