1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-20 22:48:02 +00:00

Improvememts to export tool and logging

This commit is contained in:
2023-05-28 21:54:40 +02:00
parent a5eadbf456
commit 82d880dbff
9 changed files with 283 additions and 62 deletions

View File

@ -2,7 +2,7 @@ package ui
import "github.com/ncruces/zenity"
func (u *UI) OpenDirectory(id, title string) string {
func (u *UI) OpenDirectory(title string) string {
if title == "" {
title = "Choose a directory"
}