.sX

Results 3 comments of .sX

sudo kill $(ps -e | grep "DYMO" | grep -v grep | awk '{print $1}') sudo rm -rf /Library/Frameworks/DYMO sudo rm -rf /Library/Printers/DYMO sudo rm -rf /Library/Extensions/DymoUsbPrinterClassDriver.kext sudo rm -rf...

@dymosoftware Could we please get some updates on this.

Dirty Fix, please let me know if this solves it for anyone else. ``` function getZoomLevel() { // Calculate the current zoom level as a percentage return Math.round((window.outerWidth / window.innerWidth)...