mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-17 16:09:06 +00:00
This commit is contained in:
parent
0c904fd5bd
commit
aa8fb3a2d2
2 changed files with 5 additions and 7 deletions
|
@ -90,7 +90,6 @@ const activeWindows = ref<associAppWindowInterface[]>([]);
|
|||
const hiddenWindows = ref<minAppWindowInterface[]>([]);
|
||||
const openApp = ref();
|
||||
const openAppId = ref();
|
||||
const openAppNameQuery = ref();
|
||||
const currentOpenAppId = ref(0);
|
||||
const progress = ref(0);
|
||||
const titleAppName = ref("Desktop");
|
||||
|
@ -101,7 +100,6 @@ const changeLangAnimation = ref(false);
|
|||
const applyForTranslation = ref(false);
|
||||
const langPrefDifferent = ref(false);
|
||||
const notLoggedInState = ref(false);
|
||||
const translateProvider = ref("");
|
||||
const newUpdate = ref(false);
|
||||
|
||||
// Key Data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue