mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Small fixes
This commit is contained in:
parent
f1b85dda13
commit
c9e3c76398
2 changed files with 1 additions and 6 deletions
|
|
@ -69,7 +69,6 @@ class Application extends \RainLoop\Config\AbstractConfig
|
|||
'allow_languages_on_settings' => array(true, 'Allow language selection on settings screen'),
|
||||
|
||||
'allow_additional_accounts' => array(true, ''),
|
||||
'allow_identities' => array(true, ''),
|
||||
|
||||
'messages_per_page' => array(20, ' Number of messages displayed on page by default'),
|
||||
|
||||
|
|
|
|||
|
|
@ -72,11 +72,7 @@
|
|||
<div data-bind="visible: 'up-to-date' === statusType()">
|
||||
<i class="icon-ok" style="color: green"></i>
|
||||
|
||||
RainLoop
|
||||
<span data-bind="visible: 'stable' !== coreType()" style="color:red">
|
||||
(<span data-bind="text: coreType"></span>)
|
||||
</span>
|
||||
is up to date.
|
||||
RainLoop is up to date.
|
||||
</div>
|
||||
<div data-bind="visible: 'updating' === statusType()">
|
||||
<i class="icon-spinner animated"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue