This commit is contained in:
Meliox 2025-09-06 23:28:32 +02:00
parent 4d75d471fe
commit f6bcadfd5b

View File

@ -502,11 +502,11 @@ generate_drive_header() {
local temp_js_file="/tmp/drive_header.js"
#region drive header heredoc
cat > "$temp_js_file" <<'EOF'
{
{
xtype: 'box',
colspan: 2,
html: gettext('Drive(s)'),
},
},
EOF
#endregion drive header heredoc
if [[ $? -ne 0 ]]; then
@ -612,11 +612,11 @@ add_visual_separator() {
#region visual spacing heredoc
cat > "$temp_js_file" <<'EOF'
{
{
xtype: 'box',
colspan: 2,
padding: '0 0 20 0',
},
},
EOF
#endregion visual spacing heredoc
if [[ $? -ne 0 ]]; then