mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Added Next and Previous buttons to image view
Merged JS files Removed Scene Type from metadata mapping Added arrow to tool-tips
This commit is contained in:
parent
b5bc0ec50c
commit
c5f6b0ecf7
11 changed files with 386 additions and 261 deletions
|
@ -215,13 +215,6 @@ def scene_capture_type(value):
|
|||
return None
|
||||
|
||||
|
||||
def scene_type(value): # pylint: disable=W0613 # Itss fiiiineeee
|
||||
"""
|
||||
Maps the value of the scene type to a human readable format
|
||||
"""
|
||||
return 'Directly photographed image'
|
||||
|
||||
|
||||
def white_balance(value):
|
||||
"""
|
||||
Maps the value of the white balance to a human readable format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue