Display current format when converting project

This commit is contained in:
JannisX11 2021-04-03 09:31:07 +02:00
parent 027115c86f
commit 29d003b41b
2 changed files with 4 additions and 2 deletions

View File

@ -363,8 +363,9 @@ BARS.defineActions(function() {
title: 'dialog.convert_project.title',
width: 540,
form: {
text: {type: 'info', text: 'dialog.convert_project.text'},
format: {
text: {type: 'info', text: 'dialog.convert_project.text'},
current: {type: 'info', label: 'dialog.convert_project.current_format', text: Format.name || '-'},
format: {
label: 'data.format',
type: 'select',
default: Format.id,

View File

@ -271,6 +271,7 @@
"dialog.convert_project.title": "Convert Project",
"dialog.convert_project.text": "Are you sure you want to convert this project? You cannot undo this step.",
"dialog.convert_project.current_format": "Current Format",
"dialog.select_texture.import_all": "Import All",