Review of "Dash to Dock for COSMIC" version 13

Details Page Preview

A Dash to Dock fork for the COSMIC/GNOME Shell, fixes conflicts with Cosmic Workspace. It prevents Cosmic Workspaces from breaking after suspend. Added Features: Border Radius Border Margins Icon Alignment Etc.

Extension Homepage
https://github.com/halfmexican/dash-to-dock-pop/tree/ubuntu-dock

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

JustPerfection rejected
This one fixed the #1 issue on version 7 review. Also add these lines inside `KeyboardShortcuts.destroy()` function (line 1401 docking.js): ```js for (let dock of DockManager.allDocks) { if (dock._numberOverlayTimeoutId) { GLib.source_remove(dock._numberOverlayTimeoutId); dock._numberOverlayTimeoutId = 0; } } ``` Fix that and your extension will be approved.
halfmexican2 posted a review
Thank you so much once again.