1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 05:08:21 +01:00

Set the correct link visibility when adding a link through the dashboard

This commit is contained in:
Kovah 2024-07-17 18:03:39 +02:00
parent a8e8a3ced5
commit edb71c888d
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -9,7 +9,7 @@
<form action="{{ route('links.store') }}" method="POST">
@csrf
<input type="hidden" name="is_private" value="{{ usersettings('links_private_default') ?: 0 }}">
<input type="hidden" name="visibility" value="{{ usersettings('links_default_visibility') }}">
<input type="hidden" name="title" value="">
<input type="hidden" name="description" value="">
<input type="hidden" name="lists" value="">