mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[PR #361] [MERGED] Don't save config on each change in geometry #497
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#497
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/jpochyla/psst/pull/361
Author: @Insprill
Created: 12/15/2022
Status: ✅ Merged
Merged: 1/11/2023
Merged by: @Insprill
Base:
master← Head:fix/save-config📝 Commits (1)
33ea936Don't save config on each change in geometry📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
psst-gui/src/delegate.rs(+1 -1)📄 Description
Changes the WindowSize event handler to not save the config on each geometry change, but rather wait until the application is closed and save it then.
I've only tested this on Linux so if someone on macOS/Windows could confirm this works as intended that'd be nice.
Closes #360.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.