[PR #14] [CLOSED] Tauri Autostart intregration #106

Closed
opened 2026-02-17 17:12:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/14
Author: @AdenMGB
Created: 12/29/2024
Status: Closed

Base: developHead: develop


📝 Commits (10+)

  • ea1be4d Delete pages/settings/index.vue
  • 2fb0495 Add files via upload
  • 9a635a1 Add files via upload
  • 2eea7b9 Delete src-tauri/src/lib.rs
  • 5d27b65 Add files via upload
  • af2f232 Delete src-tauri/Cargo.toml
  • 7ea8a24 Add files via upload
  • ece11e7 Update autostart.rs to include DB
  • 86f2fb1 Update db.rs to accomidate the settings sync
  • 085cd94 Update 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

  1. Added plugin dependency in cargo.toml
  2. Added setting toggle for Autostart in settings
  3. Created autostart.rs
  4. Edited lib.rs

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.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop-app/pull/14 **Author:** [@AdenMGB](https://github.com/AdenMGB) **Created:** 12/29/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`ea1be4d`](https://github.com/Drop-OSS/drop-app/commit/ea1be4d7505a9ab16bda338491c0ec313d0bc586) Delete pages/settings/index.vue - [`2fb0495`](https://github.com/Drop-OSS/drop-app/commit/2fb049531a082fbdd217aba694819b7a3f954a55) Add files via upload - [`9a635a1`](https://github.com/Drop-OSS/drop-app/commit/9a635a10d1340f86c74812113284b115b34b9bbe) Add files via upload - [`2eea7b9`](https://github.com/Drop-OSS/drop-app/commit/2eea7b97a876e23cc0d6daec37f1b75af9bf3ae2) Delete src-tauri/src/lib.rs - [`5d27b65`](https://github.com/Drop-OSS/drop-app/commit/5d27b65612457de6eb30835d5423b9d96fd5a596) Add files via upload - [`af2f232`](https://github.com/Drop-OSS/drop-app/commit/af2f232d94fa449d9e20df737ce81ebded87fd50) Delete src-tauri/Cargo.toml - [`7ea8a24`](https://github.com/Drop-OSS/drop-app/commit/7ea8a24fdc2ff98379694ce8e347a40fcfd5fea3) Add files via upload - [`ece11e7`](https://github.com/Drop-OSS/drop-app/commit/ece11e7581c9aef55588b2e829379b1224021a45) Update autostart.rs to include DB - [`86f2fb1`](https://github.com/Drop-OSS/drop-app/commit/86f2fb19bde3933ec6b5cd82701de0d306121659) Update db.rs to accomidate the settings sync - [`085cd94`](https://github.com/Drop-OSS/drop-app/commit/085cd9481dee748ee84c1a8f9dcd8ef0b01105ab) Update lib.rs for the DB sync of autostart ### 📊 Changes **5 files changed** (+163 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description ### Autostart using the Tauri Autostart plugin 1. Added plugin dependency in cargo.toml 2. Added setting toggle for Autostart in settings 3. Created autostart.rs 4. Edited lib.rs Plugin page https://v2.tauri.app/plugin/autostart/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:07 -05:00
yindo closed this issue 2026-02-17 17:12:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#106