Refactor Polling Mechanism: Implement Class-Based Poller with Start/Stop Control (#528)
* custom module updates to class based. * Finish poller logic. * Use composition for pollers * Rename poller * Handle recorder polling. * Fix quotes in bash command * Remove logs
This commit is contained in:
@@ -10,8 +10,6 @@ globalThis.isWindowVisible = (windowName: string): boolean => {
|
||||
};
|
||||
|
||||
globalThis.setLayout = (layout: string): string => {
|
||||
console.log(layout);
|
||||
|
||||
try {
|
||||
const layoutJson = JSON.parse(layout);
|
||||
const { layouts } = options.bar;
|
||||
|
||||
Reference in New Issue
Block a user