[PR #525] [MERGED] Add autoStart setting #1649

Closed
opened 2026-05-05 07:58:36 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/525
Author: @CyBot
Created: 12/19/2019
Status: Merged
Merged: 1/10/2021
Merged by: @p12tic

Base: masterHead: master


📝 Commits (1)

  • 297de77 gui: Add autoStart setting

📊 Changes

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

View changed files

doc/newsfragments/gui-autostart.feature (+1 -0)
📝 src/gui/src/AppConfig.cpp (+7 -0)
📝 src/gui/src/AppConfig.h (+4 -0)
📝 src/gui/src/MainWindow.cpp (+1 -1)
📝 src/gui/src/SettingsDialog.cpp (+2 -0)
📝 src/gui/src/SettingsDialogBase.ui (+9 -1)

📄 Description

Add a new auto start setting to GUI (defaults to false)

client/server only start on GUI start if this is set to true
(Previously, only client would auto start, and server wouldn't start at all)


🔄 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/debauchee/barrier/pull/525 **Author:** [@CyBot](https://github.com/CyBot) **Created:** 12/19/2019 **Status:** ✅ Merged **Merged:** 1/10/2021 **Merged by:** [@p12tic](https://github.com/p12tic) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`297de77`](https://github.com/debauchee/barrier/commit/297de775a30791682ef5e0993481add3ee38f4b3) gui: Add autoStart setting ### 📊 Changes **6 files changed** (+24 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `doc/newsfragments/gui-autostart.feature` (+1 -0) 📝 `src/gui/src/AppConfig.cpp` (+7 -0) 📝 `src/gui/src/AppConfig.h` (+4 -0) 📝 `src/gui/src/MainWindow.cpp` (+1 -1) 📝 `src/gui/src/SettingsDialog.cpp` (+2 -0) 📝 `src/gui/src/SettingsDialogBase.ui` (+9 -1) </details> ### 📄 Description Add a new auto start setting to GUI (defaults to false) client/server only start on GUI start if this is set to true (Previously, only client would auto start, and server wouldn't start at all) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:58:36 -06: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: github-starred/barrier#1649
No description provided.