mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-30 15:42:42 +08:00
Don't show grid toggle in paint mode
This commit is contained in:
parent
fae08b8d3a
commit
477eadd987
@ -2013,7 +2013,8 @@ BARS.defineActions(function() {
|
||||
description: tl('settings.grids.desc'),
|
||||
icon: 'grid',
|
||||
category: 'view',
|
||||
linked_setting: 'grids'
|
||||
linked_setting: 'grids',
|
||||
condition: () => !Modes.paint
|
||||
})
|
||||
new Toggle('toggle_ground_plane', {
|
||||
name: tl('settings.ground_plane'),
|
||||
|
Loading…
Reference in New Issue
Block a user