Add missing fyne import in convertor_windows.go

The fyne package import was added to fix missing dependencies in the file.
This commit is contained in:
Leonid Nikitin 2025-05-11 00:50:23 +05:00
parent cf2a0933b4
commit 2a7d860cbf
Signed by: kor-elf
GPG Key ID: DAB5355A11C22541

View File

@ -6,6 +6,7 @@ package handler
import (
"archive/zip"
"errors"
"fyne.io/fyne/v2"
"fyne.io/fyne/v2/canvas"
"fyne.io/fyne/v2/widget"
"git.kor-elf.net/kor-elf/gui-for-ffmpeg/kernel"