[PR #207] [MERGED] Feat: Custom window resolution is here #1510

Closed
opened 2026-03-03 19:07:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/207
Author: @JoseMoreville
Created: 8/20/2022
Status: Merged
Merged: 8/20/2022
Merged by: @Depal1

Base: developHead: hades-dev


📝 Commits (5)

  • bc1e6f3 Feat: Custom window resolution is here
  • b2a3fb9 SwiftLint fix with inline assignment
  • 1612cbd Merge branch 'PlayCover:develop' into hades-dev
  • 2433e67 Adding localization
  • ab5b87f fix localization typo

📊 Changes

14 files changed (+102 additions, -12 deletions)

View changed files

📝 PlayCover/Model/AppSettings.swift (+15 -5)
📝 PlayCover/View/AppSettingsView.swift (+46 -6)
📝 PlayCover/View/PlayAppView.swift (+4 -1)
📝 PlayCover/de.lproj/Localizable.strings (+4 -0)
📝 PlayCover/en.lproj/Localizable.strings (+3 -0)
📝 PlayCover/es.lproj/Localizable.strings (+3 -0)
📝 PlayCover/fr.lproj/Localizable.strings (+4 -0)
📝 PlayCover/id.lproj/Localizable.strings (+3 -0)
📝 PlayCover/it.lproj/Localizable.strings (+4 -0)
📝 PlayCover/ja.lproj/Localizable.strings (+3 -0)
📝 PlayCover/ko.lproj/Localizable.strings (+3 -0)
📝 PlayCover/ru.lproj/Localizable.strings (+3 -0)
📝 PlayCover/vi.lproj/Localizable.strings (+3 -0)
📝 PlayCover/zh-Hans.lproj/Localizable.strings (+4 -0)

📄 Description

Feature requested by @IsaacMarovitz


🔄 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/PlayCover/PlayCover/pull/207 **Author:** [@JoseMoreville](https://github.com/JoseMoreville) **Created:** 8/20/2022 **Status:** ✅ Merged **Merged:** 8/20/2022 **Merged by:** [@Depal1](https://github.com/Depal1) **Base:** `develop` ← **Head:** `hades-dev` --- ### 📝 Commits (5) - [`bc1e6f3`](https://github.com/PlayCover/PlayCover/commit/bc1e6f3a30a17a7fc4c128c0c112175ca021a3ed) Feat: ✨ Custom window resolution is here - [`b2a3fb9`](https://github.com/PlayCover/PlayCover/commit/b2a3fb9a87fe0c61240a59f45864305cde0b42d7) SwiftLint fix with inline assignment - [`1612cbd`](https://github.com/PlayCover/PlayCover/commit/1612cbd86964a199f2279960f2af02e8752aa96c) Merge branch 'PlayCover:develop' into hades-dev - [`2433e67`](https://github.com/PlayCover/PlayCover/commit/2433e677ff7647e16361b063b689db94e1aaa20b) Adding localization - [`ab5b87f`](https://github.com/PlayCover/PlayCover/commit/ab5b87f286f1a2a156aec4bc12c71ce2829ab630) fix localization typo ### 📊 Changes **14 files changed** (+102 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover/Model/AppSettings.swift` (+15 -5) 📝 `PlayCover/View/AppSettingsView.swift` (+46 -6) 📝 `PlayCover/View/PlayAppView.swift` (+4 -1) 📝 `PlayCover/de.lproj/Localizable.strings` (+4 -0) 📝 `PlayCover/en.lproj/Localizable.strings` (+3 -0) 📝 `PlayCover/es.lproj/Localizable.strings` (+3 -0) 📝 `PlayCover/fr.lproj/Localizable.strings` (+4 -0) 📝 `PlayCover/id.lproj/Localizable.strings` (+3 -0) 📝 `PlayCover/it.lproj/Localizable.strings` (+4 -0) 📝 `PlayCover/ja.lproj/Localizable.strings` (+3 -0) 📝 `PlayCover/ko.lproj/Localizable.strings` (+3 -0) 📝 `PlayCover/ru.lproj/Localizable.strings` (+3 -0) 📝 `PlayCover/vi.lproj/Localizable.strings` (+3 -0) 📝 `PlayCover/zh-Hans.lproj/Localizable.strings` (+4 -0) </details> ### 📄 Description Feature requested by @IsaacMarovitz --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:07:26 +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/PlayCover#1510
No description provided.