Skip to content

Commit

Permalink
undo enum name change
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist committed Jun 5, 2024
1 parent b7e406e commit a367704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/bindings.nim
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const
# -- Types -------------------------

type
Browsers* {.pure.} = enum
Browser* {.pure.} = enum
NoBrowser ## 0. No web browser
Any ## 1. Default recommended web browser
Chrome ## 2. Google Chrome
Expand Down

0 comments on commit a367704

Please sign in to comment.