mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:28:29 +02:00
Fix workspace creation, reveal sync dir, and don't update timestamps on sync/import
This commit is contained in:
9
src-web/lib/reveal.ts
Normal file
9
src-web/lib/reveal.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { type } from '@tauri-apps/plugin-os';
|
||||
|
||||
const os = type();
|
||||
export const revealInFinderText =
|
||||
os === 'macos'
|
||||
? 'Reveal in Finder'
|
||||
: os === 'windows'
|
||||
? 'Show in Explorer'
|
||||
: 'Show in File Manager';
|
||||
Reference in New Issue
Block a user