Skip to content

Commit

Permalink
[ci skip] Fix Humble Bundle installers cache
Browse files Browse the repository at this point in the history
Former-commit-id: 1d65ac3
  • Loading branch information
tkashkin committed Jul 21, 2018
1 parent 0b08299 commit 49e9099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/dialogs/SettingsDialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ namespace GameHub.UI.Dialogs
add_header_with_checkbox("Humble Bundle", humble_auth.enabled, v => { humble_auth.enabled = v; });
#if !FLATPAK
add_file_chooser(_("Humble Bundle games directory"), FileChooserAction.SELECT_FOLDER, paths.humble_games, v => { paths.humble_games = v; });
add_cache_directory(_("Humble Bundle installers cache"), FSUtils.Paths.Humble.Installers);
#endif
add_cache_directory(_("Humble Bundle installers cache"), FSUtils.Paths.Humble.Installers);

content.pack_start(box, false, false, 0);

Expand Down

0 comments on commit 49e9099

Please sign in to comment.