PanelPi icon indicating copy to clipboard operation
PanelPi copied to clipboard

Question about closing program

Open alexreiche opened this issue 6 years ago • 1 comments

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

alexreiche avatar Jan 14 '19 19:01 alexreiche

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

patrickkuo avatar Jan 15 '19 10:01 patrickkuo