mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:34:57 +00:00
Ladybird: Convert Browser::Settings
to a singleton
This commit is contained in:
parent
68dae8ab46
commit
6e40e8316e
6 changed files with 23 additions and 20 deletions
|
@ -33,8 +33,6 @@ extern DeprecatedString s_serenity_resource_root;
|
|||
|
||||
namespace Ladybird {
|
||||
|
||||
extern Settings* s_settings;
|
||||
|
||||
static QIcon create_tvg_icon_with_theme_colors(QString name, QPalette const& palette)
|
||||
{
|
||||
auto path = QString(":/Icons/%1.tvg").arg(name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue