oguzhaninan / Stacer

Linux System Optimizer and Monitoring - https://oguzhaninan.github.io/Stacer-Web
GNU General Public License v3.0
8.82k stars 600 forks source link

Fixed "--hide" and added "--nosplash" command-line option #490

Closed amiga-500 closed 1 year ago

amiga-500 commented 2 years ago
  1. Bug fix to make "--hide" work as intended. The problem was the author did not create and add the appropriate option to make QT aware. This resulted in "--hide" always failing (if used). And so the code by the author later in the code was never executed.

  2. Created a much needed "--nosplash" command-line option that hides the splash screen on startup. Combining this with "--nohide" makes Stacer more clean.