Skip to content

Commit

Permalink
Make beam_v2 the default text cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
emvaized authored Mar 23, 2024
1 parent 4045e59 commit 30c55dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cursors/Install_no_tail.inf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ arrow_no_tail.cur
help_no_tail.cur
working_no_tail.ani
busy.ani
beam.cur
beam_v2.cur
unavailable_v2.cur
vertical.cur
horizontal.cur
Expand All @@ -40,7 +40,7 @@ pointer = "arrow_no_tail.cur"
help = "help_no_tail.cur"
work = "working_no_tail.ani"
busy = "busy.ani"
text = "beam.cur"
text = "beam_v2.cur"
unavailiable = "unavailable_v2.cur"
vert = "vertical.cur"
horz = "horizontal.cur"
Expand Down
4 changes: 2 additions & 2 deletions cursors/Install_regular.inf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ arrow.cur
help.cur
working.ani
busy.ani
beam.cur
beam_v2.cur
unavailable_v2.cur
vertical.cur
horizontal.cur
Expand All @@ -40,7 +40,7 @@ pointer = "arrow.cur"
help = "help.cur"
work = "working.ani"
busy = "busy.ani"
text = "beam.cur"
text = "beam_v2.cur"
unavailiable = "unavailable_v2.cur"
vert = "vertical.cur"
horz = "horizontal.cur"
Expand Down

0 comments on commit 30c55dc

Please sign in to comment.