mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #292] [MERGED] Rename the "Apply" button to "Reload" #1594
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1594
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/debauchee/barrier/pull/292
Author: @mssalvatore
Created: 4/18/2019
Status: ✅ Merged
Merged: 5/14/2019
Merged by: @AdrianKoshka
Base:
master← Head:issue_284📝 Commits (1)
c544247Rename the "Apply" button to "Reload"📊 Changes
95 files changed (+55 additions, -55 deletions)
View changed files
📝
src/gui/gui.ts(+1 -1)📝
src/gui/res/lang/gui_af-ZA.qm(+0 -0)📝
src/gui/res/lang/gui_af-ZA.ts(+1 -1)📝
src/gui/res/lang/gui_ar.qm(+0 -0)📝
src/gui/res/lang/gui_ar.ts(+1 -1)📝
src/gui/res/lang/gui_bg-BG.qm(+0 -0)📝
src/gui/res/lang/gui_bg-BG.ts(+1 -1)📝
src/gui/res/lang/gui_ca-AD.qm(+0 -0)📝
src/gui/res/lang/gui_ca-AD.ts(+1 -1)📝
src/gui/res/lang/gui_cs-CZ.qm(+0 -0)📝
src/gui/res/lang/gui_cs-CZ.ts(+1 -1)📝
src/gui/res/lang/gui_cy.qm(+0 -0)📝
src/gui/res/lang/gui_cy.ts(+1 -1)📝
src/gui/res/lang/gui_da.qm(+0 -0)📝
src/gui/res/lang/gui_da.ts(+1 -1)📝
src/gui/res/lang/gui_de.qm(+0 -0)📝
src/gui/res/lang/gui_de.ts(+1 -1)📝
src/gui/res/lang/gui_es.qm(+0 -0)📝
src/gui/res/lang/gui_es.ts(+2 -2)📝
src/gui/res/lang/gui_et-EE.qm(+0 -0)...and 75 more files
📄 Description
The "Apply" button in the main window calls stopBarrier() immediately
followed by startBarrier(). The startBarrier() function reloads the
configuration. The fact that the "Apply" button applies configuration
changes is incidental; the "Start" button also applies new settings.
"Reload" more accurately describes the function that the button
performs.
Issue #284
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.