mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-22 09:25:24 -04:00
[PR #14] [CLOSED] Tauri Autostart intregration #106
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop-app/pull/14
Author: @AdenMGB
Created: 12/29/2024
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (10+)
ea1be4dDelete pages/settings/index.vue2fb0495Add files via upload9a635a1Add files via upload2eea7b9Delete src-tauri/src/lib.rs5d27b65Add files via uploadaf2f232Delete src-tauri/Cargo.toml7ea8a24Add files via uploadece11e7Update autostart.rs to include DB86f2fb1Update db.rs to accomidate the settings sync085cd94Update lib.rs for the DB sync of autostart📊 Changes
5 files changed (+163 additions, -8 deletions)
View changed files
📝
pages/settings/index.vue(+59 -2)📝
src-tauri/Cargo.toml(+1 -1)➕
src-tauri/src/autostart.rs(+69 -0)📝
src-tauri/src/db.rs(+20 -4)📝
src-tauri/src/lib.rs(+14 -1)📄 Description
Autostart using the Tauri Autostart plugin
Plugin page
https://v2.tauri.app/plugin/autostart/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.