1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00

LibWeb+LibWebView+UI: Migrate to LibWebView's language settings

This commit is contained in:
Timothy Flynn 2025-04-03 13:53:02 -04:00 committed by Jelle Raaijmakers
parent f242920cc9
commit a3ea4881e7
Notes: github-actions[bot] 2025-04-04 08:17:32 +00:00
13 changed files with 14 additions and 148 deletions

View file

@ -24,7 +24,6 @@
namespace Ladybird {
class SettingsDialog;
class WebContentView;
class BrowserWindow : public QMainWindow {
@ -210,8 +209,6 @@ private:
ByteString m_user_agent_string {};
ByteString m_navigator_compatibility_mode {};
SettingsDialog* m_settings_dialog { nullptr };
IsPopupWindow m_is_popup_window { IsPopupWindow::No };
};