mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-06 14:50:18 +00:00
Merge remote-tracking branch 'origin/pull/768'
This commit is contained in:
commit
82fdcf7443
12 changed files with 97 additions and 46 deletions
|
@ -140,6 +140,7 @@ impl InstanceInfo {
|
|||
container.add_table(
|
||||
Table::from([
|
||||
["Hide awards", &convert(&self.config.default_hide_awards)],
|
||||
["Hide score", &convert(&self.config.default_hide_score)],
|
||||
["Theme", &convert(&self.config.default_theme)],
|
||||
["Front page", &convert(&self.config.default_front_page)],
|
||||
["Layout", &convert(&self.config.default_layout)],
|
||||
|
@ -173,6 +174,7 @@ impl InstanceInfo {
|
|||
Config:\n
|
||||
Banner: {:?}\n
|
||||
Hide awards: {:?}\n
|
||||
Hide score: {:?}\n
|
||||
Default theme: {:?}\n
|
||||
Default front page: {:?}\n
|
||||
Default layout: {:?}\n
|
||||
|
@ -196,6 +198,7 @@ impl InstanceInfo {
|
|||
self.config.pushshift,
|
||||
self.config.banner,
|
||||
self.config.default_hide_awards,
|
||||
self.config.default_hide_score,
|
||||
self.config.default_theme,
|
||||
self.config.default_front_page,
|
||||
self.config.default_layout,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue