Skip to content

Commit

Permalink
Merge pull request #2 from livrasand/bug-fix
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
livrasand authored Dec 9, 2023
2 parents f155355 + 93c3935 commit c4d6064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func (c *Config) settingsGUI() *fyne.Container {
}

func (c *Config) createDownloadedFilesView(mediaviewer fyne.Window) *fyne.Container {
downloadedFolderPath := "C:\\GoAttendant\\Attendant Zoom\\meetings"
downloadedFolderPath := c.SaveLocation

currentSelectedFilePath := ""

Expand Down

0 comments on commit c4d6064

Please sign in to comment.