mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-20 22:48:02 +00:00
First commit in a long time
This commit is contained in:
@ -9,12 +9,14 @@ import (
|
||||
)
|
||||
|
||||
type UI struct {
|
||||
ctx context.Context
|
||||
progress zenity.ProgressDialog
|
||||
ctx context.Context
|
||||
progressBars map[uint]zenity.ProgressDialog
|
||||
}
|
||||
|
||||
func New() *UI {
|
||||
return &UI{}
|
||||
return &UI{
|
||||
progressBars: make(map[uint]zenity.ProgressDialog),
|
||||
}
|
||||
}
|
||||
|
||||
func (u *UI) Startup(ctx context.Context) {
|
||||
|
Reference in New Issue
Block a user