[PR #346] [MERGED] Save last window size #493

Closed
opened 2026-02-28 14:33:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/346
Author: @Insprill
Created: 10/9/2022
Status: Merged
Merged: 10/12/2022
Merged by: @jpochyla

Base: masterHead: feature/save-window-params


📝 Commits (2)

📊 Changes

4 files changed (+35 additions, -10 deletions)

View changed files

📝 psst-gui/src/data/config.rs (+5 -1)
📝 psst-gui/src/delegate.rs (+26 -5)
📝 psst-gui/src/main.rs (+1 -1)
📝 psst-gui/src/ui/mod.rs (+3 -3)

📄 Description

Saves the last window size and applies it the next time psst is opened.


🔄 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/jpochyla/psst/pull/346 **Author:** [@Insprill](https://github.com/Insprill) **Created:** 10/9/2022 **Status:** ✅ Merged **Merged:** 10/12/2022 **Merged by:** [@jpochyla](https://github.com/jpochyla) **Base:** `master` ← **Head:** `feature/save-window-params` --- ### 📝 Commits (2) - [`b7d76b6`](https://github.com/jpochyla/psst/commit/b7d76b66f20a5ce1a0f617869ee9c2ed9da37e9d) Save last window size - [`57f6268`](https://github.com/jpochyla/psst/commit/57f62687dcdb9fd0de2328d3c8acc3829f5ffdd4) Use if-let rather than match ### 📊 Changes **4 files changed** (+35 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `psst-gui/src/data/config.rs` (+5 -1) 📝 `psst-gui/src/delegate.rs` (+26 -5) 📝 `psst-gui/src/main.rs` (+1 -1) 📝 `psst-gui/src/ui/mod.rs` (+3 -3) </details> ### 📄 Description Saves the last window size and applies it the next time psst is opened. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:12 +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/psst#493
No description provided.