mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00: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
Add a link
Reference in a new issue