mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[PR #111] [MERGED] [Linux] Add seperators to tray, add tray option to reopen app and settings, prevent duplicate instances of app from being opened #292
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#292
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/kavishdevar/librepods/pull/111
Author: @jazzysoggy
Created: 4/24/2025
Status: ✅ Merged
Merged: 4/30/2025
Merged by: @kavishdevar
Base:
main← Head:main📝 Commits (3)
a51efe3[Linux] Add reopen to tray options, enhance app tray, add ability to detect duplicate app instances, prevent duplicate app instances, and allow for original instance to be brought to front using the sockets6376240Add environmental variable check for phone MAC Addressa8f87f3Proper handling of direct kill📊 Changes
4 files changed (+160 additions, -3 deletions)
View changed files
📝
linux/Main.qml(+24 -0)📝
linux/main.cpp(+117 -3)📝
linux/trayiconmanager.cpp(+17 -0)📝
linux/trayiconmanager.h(+2 -0)📄 Description
This pull request would add additional functionality and quality of life enhancements to the Linux application:
This improves functionality for an end user by adding in expected responses to app interactions.
Edit:
Additional changes made since original pull request:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.