mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
chore: package updates
This commit is contained in:
parent
d39689720d
commit
467ec32794
2 changed files with 8 additions and 7 deletions
|
@ -14,6 +14,7 @@ All the data of Qopy is stored inside of a SQLite database. The location for the
|
||||||
https://github.com/user-attachments/assets/723f9e07-3190-46ec-9bb7-15dfc112f620
|
https://github.com/user-attachments/assets/723f9e07-3190-46ec-9bb7-15dfc112f620
|
||||||
|
|
||||||
To disable the default clipboard manager popup from windows open Command prompt and run this command
|
To disable the default clipboard manager popup from windows open Command prompt and run this command
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v AllowClipboardHistory /t REG_DWORD /d 0 /f
|
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v AllowClipboardHistory /t REG_DWORD /d 0 /f
|
||||||
```
|
```
|
||||||
|
|
14
package.json
14
package.json
|
@ -10,17 +10,17 @@
|
||||||
"postinstall": "nuxt prepare"
|
"postinstall": "nuxt prepare"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "^2.0.1",
|
"@tauri-apps/api": "2.1.1",
|
||||||
"@tauri-apps/cli": "^2.0.1",
|
"@tauri-apps/cli": "2.1.0",
|
||||||
"@tauri-apps/plugin-autostart": "2.0.0",
|
"@tauri-apps/plugin-autostart": "2.0.0",
|
||||||
"@tauri-apps/plugin-fs": "2.0.0",
|
"@tauri-apps/plugin-fs": "2.0.2",
|
||||||
"@tauri-apps/plugin-os": "2.0.0",
|
"@tauri-apps/plugin-os": "2.0.0",
|
||||||
"@tauri-apps/plugin-sql": "2.0.0",
|
"@tauri-apps/plugin-sql": "2.0.1",
|
||||||
"nuxt": "3.13.2",
|
"nuxt": "3.14.159",
|
||||||
"nuxt-build-cache": "0.1.1",
|
"nuxt-build-cache": "0.1.1",
|
||||||
"overlayscrollbars": "2.10.0",
|
"overlayscrollbars": "2.10.0",
|
||||||
"overlayscrollbars-vue": "0.5.9",
|
"overlayscrollbars-vue": "0.5.9",
|
||||||
"sass": "1.79.4",
|
"sass": "1.81.0",
|
||||||
"vue": "3.5.11"
|
"vue": "3.5.12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue