File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ Monitor turned off: <br>
4949- If you want to reset the settings simply delete config.ini in your SimpleMonitorControlTray folder
5050- The "Startup with Windows" feature adds a registry key to automatically start the program with Windows. You can remove this by clicking it again.
5151- A default layout is saved on first startup, which can be overwritten by right-clicking and selecting "Save current monitor layout".
52+ - Build the exe yourself using pyinstaller/auto-py-to-exe: ` pyinstaller --noconfirm --onefile --windowed --icon "C:/SimpleMonitorControlTray/assets/icon.ico" "C:/SimpleMonitorControlTray/main.py" `
5253- If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
5354
5455- I used this project mainly to get a feel for python developing. I learned a lot from this.
You can’t perform that action at this time.
0 commit comments