mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-20 22:48:02 +00:00
Zenity progress bar
This commit is contained in:
@ -5,10 +5,12 @@ import (
|
||||
"runtime"
|
||||
|
||||
"github.com/gen2brain/beeep"
|
||||
"github.com/ncruces/zenity"
|
||||
)
|
||||
|
||||
type UI struct {
|
||||
ctx context.Context
|
||||
ctx context.Context
|
||||
progress zenity.ProgressDialog
|
||||
}
|
||||
|
||||
func New() *UI {
|
||||
|
Reference in New Issue
Block a user