Skip to content

Commit

Permalink
Change AppStorage name for list layout in GameListViewEvo
Browse files Browse the repository at this point in the history
from "game_libary/is_list_layout_enabled" to "isGameListLayoutEnabled"
  • Loading branch information
blackxfiied committed Jun 26, 2024
1 parent 86eaeb4 commit 488f7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mythic/Views/Unified/GameListViewEvo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ struct GameListEvo: View {
@State private var refresh: Bool = false
@State private var isGameImportViewPresented: Bool = false
@State private var filterOptions: FilterOptions = .init()
@AppStorage("game_libary/is_list_layout_enabled") private var isListLayoutEnabled: Bool = false
@AppStorage("isGameListLayoutEnabled") private var isListLayoutEnabled: Bool = false

struct FilterOptions {
var showInstalled: Bool = false
Expand Down

0 comments on commit 488f7d0

Please sign in to comment.