The first column should show the file contents, not the metadata.
This commit is contained in:
parent
e29e13ead9
commit
428fad7903
1 changed files with 1 additions and 1 deletions
2
tools.py
2
tools.py
|
|
@ -562,7 +562,7 @@ flog.dependencies = set()
|
||||||
|
|
||||||
|
|
||||||
def generic_tools():
|
def generic_tools():
|
||||||
return [metadata, view]
|
return [view, metadata]
|
||||||
|
|
||||||
|
|
||||||
def tools_for_extension():
|
def tools_for_extension():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue