mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
System Info dialog made nicer.
Fixed a bug in reporting a software renderer on Windows.
This commit is contained in:
parent
898deb48c4
commit
a8eb217e4a
3 changed files with 11 additions and 13 deletions
|
@ -350,8 +350,8 @@ sub tags {
|
|||
# End of line
|
||||
$tags{eol} = ($format eq 'html') ? '<br>' : "\n";
|
||||
# Heading
|
||||
$tags{h2start} = ($format eq 'html') ? '<h2>' : '';
|
||||
$tags{h2end} = ($format eq 'html') ? '</h2>' : '';
|
||||
$tags{h2start} = ($format eq 'html') ? '<b>' : '';
|
||||
$tags{h2end} = ($format eq 'html') ? '</b>' : '';
|
||||
# Bold font
|
||||
$tags{bstart} = ($format eq 'html') ? '<b>' : '';
|
||||
$tags{bend} = ($format eq 'html') ? '</b>' : '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue