1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:17:36 +00:00

MailSettings: Use LibConfig instead of Core::ConfigFile

This also tightens the pledges.
This commit is contained in:
Luke Wilde 2021-08-28 15:04:51 +01:00 committed by Andreas Kling
parent 173ba4e19b
commit 9e6d8f7c25
4 changed files with 15 additions and 30 deletions

View file

@ -23,7 +23,6 @@ private:
bool m_tls { false };
String m_email;
Vector<String> m_common_ports;
RefPtr<Core::ConfigFile> m_config;
RefPtr<GUI::TextBox> m_server_inputbox;
RefPtr<GUI::ComboBox> m_port_combobox;