Skip to content

Commit

Permalink
fix: default to deckbuilder grid view on
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Jun 5, 2022
1 parent 9ac9239 commit 3825eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CardViewer/CardViewer.gd
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func _ready() -> void:
_filter_line.connect("filters_changed", self, "_apply_filters")
prepate_filter_buttons()
cfc.game_settings['deckbuilder_gridstyle'] =\
cfc.game_settings.get('deckbuilder_gridstyle', false)
cfc.game_settings.get('deckbuilder_gridstyle', true)
$VBC/HBC/MC/AvailableCards/Settings/GridViewStyle.pressed =\
cfc.game_settings.deckbuilder_gridstyle

Expand Down

0 comments on commit 3825eae

Please sign in to comment.