mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
DisplaySettings: Fix a comment typo
This commit is contained in:
parent
699ba84bea
commit
9abcc2fb6c
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ void DisplaySettingsWidget::load_current_settings()
|
|||
m_resolution_combo->set_selected_index(index);
|
||||
|
||||
/// Color /////////////////////////////////////////////////////////////////////////////////////
|
||||
/// If presend read from config file. If not paint with palet color.
|
||||
/// If presend read from config file. If not paint with palette color.
|
||||
Color palette_desktop_color = palette().desktop_background();
|
||||
|
||||
auto background_color = ws_config->read_entry("Background", "Color", "");
|
||||
|
|
Loading…
Add table
Reference in a new issue