mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-31 06:23:08 +02:00
Theme analytics and Moonlight
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { invoke } from '@tauri-apps/api/core';
|
||||
|
||||
export type TrackResource =
|
||||
| 'appearance'
|
||||
| 'app'
|
||||
| 'cookie_jar'
|
||||
| 'dialog'
|
||||
@@ -14,7 +15,7 @@ export type TrackResource =
|
||||
| 'key_value'
|
||||
| 'setting'
|
||||
| 'sidebar'
|
||||
| 'toast'
|
||||
| 'theme'
|
||||
| 'workspace';
|
||||
|
||||
export type TrackAction =
|
||||
|
||||
Reference in New Issue
Block a user