mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[PR #105] [MERGED] [Linux] Add settings page #288
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#288
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/105
Author: @tim-gromeyer
Created: 4/18/2025
Status: ✅ Merged
Merged: 4/22/2025
Merged by: @tim-gromeyer
Base:
main← Head:linux-settings-page📝 Commits (7)
566faf2[Linux] Add settings page (empty)eb26685[Linux] Add ear detection behavior settingbe2e7d3[Linux] Add cross device setting2fbfd73[Linux] Add autostart setting7ba4bbf[Linux] Add setting to disable notificationse99bba0[Linux] Add setting to change bluetooth retry attempts2793133[Linux] Make settings page scrollable📊 Changes
8 files changed (+430 additions, -106 deletions)
View changed files
📝
linux/CMakeLists.txt(+3 -0)➕
linux/Icon.qml(+13 -0)📝
linux/Main.qml(+220 -91)➕
linux/assets/fonts/SF-Symbols-6.ttf(+0 -0)➕
linux/autostartmanager.hpp(+98 -0)📝
linux/main.cpp(+79 -15)📝
linux/trayiconmanager.cpp(+2 -0)📝
linux/trayiconmanager.h(+15 -0)📄 Description
Empty for now, uses apple icons. Not recommended for commercial use, but OK for private. I f we wanna use this app commercially, we need to replace apple icons with Google's material ones
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.