mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #1917] [MERGED] Feature: optional feature to hide titlebar #1922
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1922
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/PlayCover/PlayCover/pull/1917
Author: @JoseMoreville
Created: 7/7/2025
Status: ✅ Merged
Merged: 7/30/2025
Merged by: @JoseMoreville
Base:
develop← Head:develop📝 Commits (5)
88ce2e7feat: users can now hide apps titlebar394aa21Merge branch 'PlayCover:develop' into developd0e9fadlintingdfef870Update .swiftlint.ymlcf740deUpdate .swiftlint.yml📊 Changes
3 files changed (+10 additions, -13 deletions)
View changed files
📝
PlayCover/Model/AppSettings.swift(+2 -0)📝
PlayCover/Views/AppSettingsView.swift(+7 -13)📝
PlayCover/en.lproj/Localizable.strings(+1 -0)📄 Description
This pull request introduces a new feature to hide the title bar in the application settings. The changes span multiple files to implement the feature, update the user interface, and add localization support.
Feature Implementation:
PlayCover/Model/AppSettings.swift: Added a new propertyhideTitleBarto theAppSettingsDatastruct and updated the decoding logic to handle this property with a default value offalse. [1] [2]User Interface Updates:
PlayCover/Views/AppSettingsView.swift:@AppStoragebinding forhideTitleBarin theGraphicsViewstruct.hideTitleBarin the settings view, allowing users to enable or disable the feature.Localization:
PlayCover/en.lproj/Localizable.strings: Added a localized string for the new toggle option, "Hide titlebar".related to: https://github.com/PlayCover/PlayTools/pull/191
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
KeymapViewVM.swiftfile #1924