mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
DisplaySettings: Fix a comment typo
This commit is contained in:
parent
699ba84bea
commit
9abcc2fb6c
Notes:
sideshowbarker
2024-07-18 23:50:38 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/9abcc2fb6c1 Pull-request: https://github.com/SerenityOS/serenity/pull/4933
@ -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…
Reference in New Issue
Block a user