AlexTorresDev / custom-electron-titlebar

Custom electon title bar inpire on VS Code title bar
MIT License
866 stars 148 forks source link

Update titlebar.ts to remove use of fs module after refactor #199

Closed Madff386 closed 2 years ago

Madff386 commented 2 years ago

Previous changes i made to this file #194 to remove the use of the fs module were not translated when the pull request was rebased to the development branch because of the previous refactor commit https://github.com/AlexTorresSk/custom-electron-titlebar/commit/d821dc47056f05f63fece4da1d23fee394f9ea1f.

This change is just the same as previous, so see #194 for description of change.