ultradefrag/src/scripts/udreportopts.lua

33 lines
1.7 KiB
Lua
Executable File

-------------------------------------------------------------------------------
-- Ultra Defragmenter report options (default).
-- Save your personal preferences as udreportopts-custom.lua
-- to ensure that they will not be overwritten on upgrade.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- All these options were primarily designed to achieve better compatibility
-- with old web browsers.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- Set enable_sorting to zero if your web browser is too old
-- and you have error messages about ivalid javascript code.
-------------------------------------------------------------------------------
enable_sorting = 1
-------------------------------------------------------------------------------
-- Set this parameter to 1 if you prefer to look at filenames splitted
-- into few short lines. If you prefer to use fullscreen mode of your
-- web browser then set this parameter to zero.
-------------------------------------------------------------------------------
split_long_names = 0
-------------------------------------------------------------------------------
-- Set here maximum number of characters per line in filename cells.
-------------------------------------------------------------------------------
max_chars_per_line = 50
-------------------------------------------------------------------------------
-- The web page style can be set through udreport.css style sheet.
-------------------------------------------------------------------------------