PanelPi
PanelPi copied to clipboard
Question about closing program
Hi,
I’m using your GUI in Raspbian Desktop. Very nice so far :)
one issue: how can I close the GUI without restart the Raspberry?
Thanks very much
BR Alex
Thanks,
This is intended to run as a standalone app without using a GUI OS, so I didn't think about how to close it :)
the "close window" button can be enabled if you comment out this line in the code https://github.com/patrickkuo/PanelPi/blob/efe80bf3963620c61252bae72a07afa3c8aaf8d3/src/main/kotlin/net/panelpi/PanelPi.kt#L22