Release v1.7.3
This commit is contained in:
parent
d9276479e5
commit
c8d911c9b0
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "real-debrid-downloader",
|
"name": "real-debrid-downloader",
|
||||||
"version": "1.7.2",
|
"version": "1.7.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "real-debrid-downloader",
|
"name": "real-debrid-downloader",
|
||||||
"version": "1.7.2",
|
"version": "1.7.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"adm-zip": "^0.5.16",
|
"adm-zip": "^0.5.16",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "real-debrid-downloader",
|
"name": "real-debrid-downloader",
|
||||||
"version": "1.7.2",
|
"version": "1.7.3",
|
||||||
"description": "Desktop downloader",
|
"description": "Desktop downloader",
|
||||||
"main": "build/main/main/main.js",
|
"main": "build/main/main/main.js",
|
||||||
"author": "Sucukdeluxe",
|
"author": "Sucukdeluxe",
|
||||||
|
|||||||
@ -1378,7 +1378,7 @@ export function App(): ReactElement {
|
|||||||
// Ignore local persistence failures for optional UI state.
|
// Ignore local persistence failures for optional UI state.
|
||||||
}
|
}
|
||||||
showToast("Accounts-Spalten zurückgesetzt", 1800);
|
showToast("Accounts-Spalten zurückgesetzt", 1800);
|
||||||
}, [showToast]);
|
}, []);
|
||||||
|
|
||||||
// Sync column order from settings (value-based comparison to avoid reference issues)
|
// Sync column order from settings (value-based comparison to avoid reference issues)
|
||||||
const columnOrderJson = JSON.stringify(snapshot.settings.columnOrder);
|
const columnOrderJson = JSON.stringify(snapshot.settings.columnOrder);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user