diff options
| author | 2024-11-15 09:14:23 +0100 | |
|---|---|---|
| committer | 2024-11-15 09:14:23 +0100 | |
| commit | 5b9248f45f0ce93f9ffe2252f5fb955032ecd529 (patch) | |
| tree | 4f53f9a00979963658f5520de59ffa59edce4e6a /app/Models/UserConfiguration.php | |
| parent | 916987717ef1879c3d9f029a43599e54adcb626c (diff) | |
New: Label menu in article row (#6984)
* configs
* add the icon in the entry header line
* rename comment
* Update main.js
* CSS
* comment typo fix
* fix gloabl view my labels menu
* improved: my labels dropdown with triangle now. yay!
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 8c08d0bd7..8c2129744 100644 --- a/app/Models/UserConfiguration.php +++ b/app/Models/UserConfiguration.php @@ -61,6 +61,7 @@ declare(strict_types=1); * @property bool $topline_date * @property bool $topline_display_authors * @property bool $topline_favorite + * @property bool $topline_myLabels * @property bool $topline_sharing * @property bool $topline_link * @property bool $topline_read |
