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
Hi @Tyrrrz! I checked out your framework and it looks very good, great job on this!
I have a tiny feature request that I might contribute myself if you're fine with it.
Currently, the app can be restarted with the same arguments that it launched with, and while it is a nice feature, that's not what I'd always want. My use case is this: the app can be run on startup in the background, using a certain cmd-line switch to make sure it starts minimized in the tray. So, if the app was started using this cmd-line switch, but the user presses "Restart & Update" in the app UI, I'd like the app to be started with the main window visible = without this cmd-line switch.
My initial idea for the API is adding a third nullable string optional argument restartArgs to UpdateManager.LaunchUpdater() method.
Let me know what you think ✌️
The text was updated successfully, but these errors were encountered:
I think that makes sense. I would suggest an overload instead of a nullable string so that the library falls back to current behavior if the parameter wasn't specified.
Hi @Tyrrrz! I checked out your framework and it looks very good, great job on this!
I have a tiny feature request that I might contribute myself if you're fine with it.
Currently, the app can be restarted with the same arguments that it launched with, and while it is a nice feature, that's not what I'd always want. My use case is this: the app can be run on startup in the background, using a certain cmd-line switch to make sure it starts minimized in the tray. So, if the app was started using this cmd-line switch, but the user presses "Restart & Update" in the app UI, I'd like the app to be started with the main window visible = without this cmd-line switch.
My initial idea for the API is adding a third nullable string optional argument
restartArgs
toUpdateManager.LaunchUpdater()
method.Let me know what you think ✌️
The text was updated successfully, but these errors were encountered: