Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
superhighfives committed Mar 5, 2021
1 parent 5c8ba79 commit dc89795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pika/Views/NavigationMenu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ struct NavigationMenu: View {
@Default(.colorFormat) var colorFormat

// These are a hack to trigger a redraw on OSX 11.0 - otherwise the
// button displays wtih 50% opacity until you interract with it. If
// button displays wtih 50% opacity until you interact with it. If
// anyone knows of a better way to do this, let me know.
@State var once: Bool = false
@State var showMenu: Bool = true
Expand Down

0 comments on commit dc89795

Please sign in to comment.