default expand all audit log entries

This commit is contained in:
ouwou
2021-04-07 19:34:43 -04:00
parent 27e6bca65e
commit 0faff42e17

View File

@@ -470,8 +470,7 @@ void GuildSettingsAuditLogPane::OnAuditLogFetch(const AuditLogData &data) {
"</b>");
}
if (extra_markup.size() <= 1)
expander->set_expanded(true);
expander->set_expanded(true);
auto contents = Gtk::manage(new Gtk::Box(Gtk::ORIENTATION_VERTICAL));
for (const auto &extra : extra_markup) {