You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'description' => 'Enable full dock transparency for desktop.',
26
+
'details' => 'On the photo view, actions at the top of the page are slightly transparent. Enable this to have them fully transparent and only appear on hover.',
27
+
'is_secret' => false,
28
+
'is_expert' => true,
29
+
'order' => 40,
30
+
'not_on_docker' => false,
31
+
'level' => 0,
32
+
],
33
+
[
34
+
'key' => 'mobile_dock_full_transparency_enabled',
35
+
'value' => '0',
36
+
'cat' => self::MOD_GALLERY,
37
+
'type_range' => self::BOOL,
38
+
'description' => 'Enable full dock transparency for mobile.',
39
+
'details' => '<span class="pi pi-exclamation-triangle text-orange-500"></span> This will impact usability on mobile. On the photo view, actions at the top of the page are slightly transparent. Enable this to have them fully transparent and only appear on tap.',
0 commit comments