linutil icon indicating copy to clipboard operation
linutil copied to clipboard

Fix account manager

Open nnyyxxxx opened this issue 1 year ago • 1 comments

Type of Change

  • [x] Bug fix
  • [x] Refactoring

Testing

before: image image after: image image image

Checklist

  • [x] My code adheres to the coding and style guidelines of the project.
  • [x] I have performed a self-review of my own code.
  • [x] My changes generate no errors/warnings/merge conflicts.

nnyyxxxx avatar Sep 20 '24 01:09 nnyyxxxx

The check for bashisms ci is failing due to an issue with how the removed files arent being found, because well they are being removed and you cant check for bashisms in a removed file as it doesnt exist, this will be fixed with #554

ghost avatar Sep 20 '24 01:09 ghost