You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that ComicRack has Server components, please add functionality to toggle the behavior to StartUp with Windows.
Ideally this would be to Run as a Service; however, a simpler means of implementation might be to reference the behavior of Calibre.
Calibre has a toggle that just adds or removes a shortcut to the executable in the StartUp folder of Windows. For per user, this location is shell:startup or %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
Calibre's shortcut also adds a parameter for starting only in the System Tray. This would be ideal as well.
In Calibre, the toggle is visible in the same area as the Server settings. I would say the way the button is displayed is a bit misleading, as it reads the opposite of the current setting.
I would suggest a similar location for the toggle in ComicRack, either as a button or checkbox on the following screen...
Thanks!
The text was updated successfully, but these errors were encountered:
The goal is to set some settings so regardless of your existing settings, if you start the program with that switch, it will prevent the splash screen from loading and always start in the tray.
This is usefull for starting ComicRack automatically with windows.
#121
I've created a -hidden command line switch that will force loading minimized to tray & prevent the splash screen from appearing regardless of settings to help starting with windows.
There is no button to add it to windows startup, so for now you will need to add it to the startup folder. Type shell:startup in windows explorer to access the folder.
Given that ComicRack has Server components, please add functionality to toggle the behavior to StartUp with Windows.
Ideally this would be to Run as a Service; however, a simpler means of implementation might be to reference the behavior of Calibre.
Calibre has a toggle that just adds or removes a shortcut to the executable in the StartUp folder of Windows. For per user, this location is shell:startup or %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
Calibre's shortcut also adds a parameter for starting only in the System Tray. This would be ideal as well.
The code Calibre uses can be found here (search startup):
https://github.com/kovidgoyal/calibre/blob/master/src/calibre/gui2/preferences/server.py
In Calibre, the toggle is visible in the same area as the Server settings. I would say the way the button is displayed is a bit misleading, as it reads the opposite of the current setting.
I would suggest a similar location for the toggle in ComicRack, either as a button or checkbox on the following screen...
Thanks!
The text was updated successfully, but these errors were encountered: