Making things look good.
This commit is contained in:
@@ -298,6 +298,7 @@ async function handle_open_file() {
|
||||
<span class="fas fa-paper-plane" class:hidden="{hide_launch_icon}"></span> {ae_util.shorten_filename({filename: event_file_obj.filename, max_length: max_filename_length})}
|
||||
</a> -->
|
||||
<button
|
||||
type="button"
|
||||
onclick={() => {
|
||||
$events_sess.launcher.modal__open = event_file_obj.event_file_id_random;
|
||||
if (!modal_title) {
|
||||
@@ -399,6 +400,7 @@ async function handle_open_file() {
|
||||
<!-- Last [WORKING!] - Handle opening a file. This applies to all Launcher app modes (default, onsite, native) -->
|
||||
{:else}
|
||||
<button
|
||||
type="button"
|
||||
onclick={() => {
|
||||
let new_filename = event_file_obj.filename;
|
||||
|
||||
@@ -483,6 +485,7 @@ async function handle_open_file() {
|
||||
>
|
||||
|
||||
<button
|
||||
type="button"
|
||||
onclick={() => {
|
||||
// let new_filename = event_file_obj.filename;
|
||||
|
||||
@@ -542,6 +545,7 @@ async function handle_open_file() {
|
||||
>
|
||||
<!-- {(event_file_obj?.open_in_os ? 'Hidden' : 'Not Hidden')} -->
|
||||
<button
|
||||
type="button"
|
||||
onclick={() => {
|
||||
// Go from null to win, win to mac, mac to null, null to win, etc.
|
||||
if (!event_file_obj?.open_in_os) {
|
||||
|
||||
Reference in New Issue
Block a user