mirror of
https://github.com/wassname/sloth.git
synced 2026-08-13 12:40:31 +08:00
Make default config work with example annotations
This commit is contained in:
@@ -34,7 +34,16 @@
|
||||
LABELS = (
|
||||
{
|
||||
'attributes': {
|
||||
'type': 'rect',
|
||||
'class': 'Face',
|
||||
},
|
||||
'inserter': 'sloth.items.RectItemInserter',
|
||||
'item': 'sloth.items.RectItem',
|
||||
'hotkey': 'f',
|
||||
'text': 'Face',
|
||||
},
|
||||
{
|
||||
'attributes': {
|
||||
'class': 'rect',
|
||||
},
|
||||
'inserter': 'sloth.items.RectItemInserter',
|
||||
'item': 'sloth.items.RectItem',
|
||||
@@ -43,7 +52,7 @@ LABELS = (
|
||||
},
|
||||
{
|
||||
'attributes': {
|
||||
'type': 'point',
|
||||
'class': 'point',
|
||||
},
|
||||
'inserter': 'sloth.items.PointItemInserter',
|
||||
'item': 'sloth.items.PointItem',
|
||||
|
||||
Reference in New Issue
Block a user