Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
livrasand authored Dec 9, 2023
1 parent f155355 commit 93c3935
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 93c3935

Please sign in to comment.