Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed Jun 26, 2024
1 parent 895fc59 commit f65e06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const addItem = ():void => {
return
case 3:
if (_itemCount.value < Number.MAX_SAFE_INTEGER)
_menuList.value[_menuSelect.value].sub.push({ separator: null })
_menuList.value[_menuSelect.value].sub.push({ separator: null })
else
window.alert('Maximum items reached!')
return
Expand Down

0 comments on commit f65e06a

Please sign in to comment.