diff options
| author | 2023-11-16 13:18:33 +0100 | |
|---|---|---|
| committer | 2023-11-16 13:18:33 +0100 | |
| commit | 0504fc6766c3128c8d39f10a0b9d4bae3d1db1c7 (patch) | |
| tree | 6808e86e861b0782e14fcaa71ca3d7dcf60ee73f /app/Models/UserConfiguration.php | |
| parent | 96515d02bec0baeb6d4f097a3c38ceeae04c7c7c (diff) | |
Added: Display option for "My labels" (#5884)
* configs
* Update entry_bottom.phtml
* i18n strings
* fix phpstand found error
* reuse existing i18n string
---------
Co-authored-by: math-gh <>
Diffstat (limited to 'app/Models/UserConfiguration.php')
| -rw-r--r-- | app/Models/UserConfiguration.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/UserConfiguration.php b/app/Models/UserConfiguration.php index 47d0fac49..1eceaab99 100644 --- a/app/Models/UserConfiguration.php +++ b/app/Models/UserConfiguration.php @@ -13,6 +13,7 @@ declare(strict_types=1); * @property bool $bottomline_read * @property bool $bottomline_sharing * @property bool $bottomline_tags + * @property bool $bottomline_myLabels * @property string $content_width * @property-read int $default_state * @property string $default_view |
