Leonid Nikitin b24155caf6
Refactor application structure and initialize core components
I decided to rewrite the program taking into account the experience gained.
2025-06-06 14:50:16 +05:00

9 lines
183 B
Go

package controller
import "git.kor-elf.net/kor-elf/gui-for-ffmpeg/internal/gui/view"
func (c *controller) convertor() {
content := view.Convertor()
c.window.SetContent(content)
}