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:
parent
173ba4e19b
commit
9e6d8f7c25
4 changed files with 15 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue