mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Allow a "Dark mode" in Preferences for G-code viewer
This commit is contained in:
parent
f5dc746e94
commit
a952fbc31a
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ void PreferencesDialog::build(size_t selected_tab)
|
|||
|
||||
#ifdef _WIN32
|
||||
// Add "Dark Mode" tab
|
||||
if (is_editor) {
|
||||
{
|
||||
// Add "Dark Mode" tab
|
||||
m_optgroup_dark_mode = create_options_tab(_L("Dark mode (experimental)"), tabs);
|
||||
m_optgroup_dark_mode->m_on_change = [this](t_config_option_key opt_key, boost::any value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue