Changed zenity dialog name
This commit is contained in:
parent
73659a2a10
commit
ba4c9596f8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ fun openRepositoryDialog(gitManager: GitManager) {
|
|||
|
||||
if(isZenityInstalled) {
|
||||
val openDirectory = runCommand(
|
||||
"zenity --file-selection --title=\"Select your git directory\" --directory --filename=\"$latestDirectoryOpened\""
|
||||
"zenity --file-selection --title=Open --directory --filename=\"$latestDirectoryOpened\""
|
||||
)?.replace("\n", "")
|
||||
|
||||
if(!openDirectory.isNullOrEmpty())
|
||||
|
|
Loading…
Reference in a new issue