[PR #109] [MERGED] [Linux] Add CLI flag to hide the window on startup #291

Closed
opened 2026-03-02 12:40:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kavishdevar/librepods/pull/109
Author: @jdholtz
Created: 4/23/2025
Status: Merged
Merged: 4/23/2025
Merged by: @tim-gromeyer

Base: mainHead: hide-on-startup


📝 Commits (1)

  • 160b2dd [Linux] Add CLI flag to hide the window on startup

📊 Changes

2 files changed (+12 additions, -6 deletions)

View changed files

📝 linux/Main.qml (+1 -1)
📝 linux/main.cpp (+11 -5)

📄 Description

I like to start this program when connecting to my AirPods and it isn't necessary for me to have the window pop up. Therefore, using the --hide flag when starting the program will hide the window on startup.

This could also be a configuration option (e.g. 'Start minimized') but I went with the CLI flag for simplicity for now. However, if this is a more viable option (and it may be better in the future), I can implement this as an option in the settings instead.


🔄 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/kavishdevar/librepods/pull/109 **Author:** [@jdholtz](https://github.com/jdholtz) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/23/2025 **Merged by:** [@tim-gromeyer](https://github.com/tim-gromeyer) **Base:** `main` ← **Head:** `hide-on-startup` --- ### 📝 Commits (1) - [`160b2dd`](https://github.com/kavishdevar/librepods/commit/160b2dd2c89bfe957e1a4fb7d1537bfd971dac42) [Linux] Add CLI flag to hide the window on startup ### 📊 Changes **2 files changed** (+12 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `linux/Main.qml` (+1 -1) 📝 `linux/main.cpp` (+11 -5) </details> ### 📄 Description I like to start this program when connecting to my AirPods and it isn't necessary for me to have the window pop up. Therefore, using the --hide flag when starting the program will hide the window on startup. This could also be a configuration option (e.g. 'Start minimized') but I went with the CLI flag for simplicity for now. However, if this is a more viable option (and it may be better in the future), I can implement this as an option in the settings instead. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:40:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librepods#291
No description provided.