mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-04 11:33:27 +03:00
default expand all audit log entries
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user