mirror of
https://github.com/uowuo/abaddon.git
synced 2026-08-15 05:19:58 +00:00
feat: show_deleted_indicator (#237)
* show_deleted_messages * Update README.md --------- Co-authored-by: ouwou <26526779+ouwou@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9a5e820f6d
commit
163749e607
@@ -63,6 +63,7 @@ void SettingsManager::ReadSettings() {
|
||||
SMBOOL("gui", "unreads", Unreads);
|
||||
SMBOOL("gui", "alt_menu", AltMenu);
|
||||
SMBOOL("gui", "hide_to_tray", HideToTray);
|
||||
SMBOOL("gui", "show_deleted_indicator", ShowDeletedIndicator);
|
||||
SMFLT("gui", "font_scale", FontScale);
|
||||
SMINT("http", "concurrent", CacheHTTPConcurrency);
|
||||
SMSTR("http", "user_agent", UserAgent);
|
||||
@@ -153,6 +154,7 @@ void SettingsManager::Close() {
|
||||
SMBOOL("gui", "unreads", Unreads);
|
||||
SMBOOL("gui", "alt_menu", AltMenu);
|
||||
SMBOOL("gui", "hide_to_tray", HideToTray);
|
||||
SMBOOL("gui", "show_deleted_indicator", ShowDeletedIndicator);
|
||||
SMFLT("gui", "font_scale", FontScale);
|
||||
SMINT("http", "concurrent", CacheHTTPConcurrency);
|
||||
SMSTR("http", "user_agent", UserAgent);
|
||||
|
||||
Reference in New Issue
Block a user