mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-31 01:19:43 +00:00
(fix): kill background process while closing the app
This commit is contained in:
@@ -41,6 +41,7 @@ func (p *Program) Run() {
|
||||
w := p.App.NewWindow("OlcRTC")
|
||||
w.CenterOnScreen()
|
||||
w.Resize(fyne.NewSize(1280, 700))
|
||||
w.SetOnClosed(p.olcrtcStop)
|
||||
p.ParentWindow = w
|
||||
|
||||
settingsBtn := widget.NewButtonWithIcon("Settings", theme.SettingsIcon(), func() {
|
||||
|
||||
Reference in New Issue
Block a user