From 9aa3d15708cbfb69e1a8dc7a3e07ea23919f7801 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 15 May 2022 10:18:03 +0200 Subject: [PATCH] file browser: fix comment layout Signed-off-by: Thomas Lamprecht --- src/window/FileBrowser.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/window/FileBrowser.js b/src/window/FileBrowser.js index efb00b1..e21e200 100644 --- a/src/window/FileBrowser.js +++ b/src/window/FileBrowser.js @@ -60,9 +60,8 @@ Ext.define("Proxmox.window.FileBrowser", { 'd': true, // directories }, - // enable tar download, this will add a menu to the - // "Download" button when the selection can be downloaded as - // .tar files + // enable tar download, this will add a menu to the "Download" button when the selection + // can be downloaded as `.tar` files enableTar: false, // prefix to prepend to downloaded file names -- 2.39.2