hoanggbao00
Results
2
comments of
hoanggbao00
``` "wlr/taskbar": { //..... "tooltip-format": "{title}", "on-click": "activate", "on-click-middle": "close", "app_ids-mapping": { "firefoxdeveloperedition": "firefox-developer-edition" } }, ``` mine is `on-click-middle` still can close that app. but the `on-click` to active...
in case someone use `preset: 'cloudflare_module'` i've added this line to `nuxt.config.ts` ```ts // Nitro Server build still bundles `canvas` lib for client side only const clientLibs = ['canvas', 'konva',...