mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
Applications: Stop calling set_tooltip_deprecated when we do have String
This commit is contained in:
parent
9c923f20f4
commit
46a97844c7
3 changed files with 4 additions and 4 deletions
|
@ -216,7 +216,7 @@ ErrorOr<void> MonitorSettingsWidget::selected_screen_index_or_resolution_changed
|
|||
|
||||
if (screen_dpi.has_value()) {
|
||||
auto dpi_label_value = TRY(String::formatted("{} dpi", screen_dpi.value()));
|
||||
m_dpi_label->set_tooltip_deprecated(screen_dpi_tooltip.to_deprecated_string());
|
||||
m_dpi_label->set_tooltip(screen_dpi_tooltip);
|
||||
m_dpi_label->set_text(move(dpi_label_value));
|
||||
m_dpi_label->set_visible(true);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue