mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #108] [MERGED] Adding account management for Genshin and windowed fullscreen menu #1459
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#1459
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/108
Author: @JoseMoreville
Created: 7/28/2022
Status: ✅ Merged
Merged: 7/29/2022
Merged by: @Depal1
Base:
develop← Head:develop📝 Commits (6)
25afe69Styling Account managment views36c8665Styling Account managment views48c822eMerge remote-tracking branch 'origin/develop' into develop3044fb3Bringing Screen Settings on config and Account managemente0d67fbReturn sign and team values to normalb74db6fMerge branch 'develop' into develop📊 Changes
12 files changed (+565 additions, -11 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+25 -0)📝
PlayCover/Model/AppSettings.swift(+45 -2)➕
PlayCover/Utils/DeleteStoredGenshinUserData.swift(+18 -0)➕
PlayCover/Utils/RestoreGenshinUserData.swift(+112 -0)➕
PlayCover/Utils/SaveGenshinUserData.swift(+86 -0)📝
PlayCover/Utils/Shell.swift(+5 -0)📝
PlayCover/View/AppSettingsView.swift(+32 -2)➕
PlayCover/View/ChangeGenshinAccountView.swift(+53 -0)➕
PlayCover/View/DeleteGenshinStoredAccountView.swift(+49 -0)📝
PlayCover/View/PlayAppView.swift(+51 -7)➕
PlayCover/View/StoreGenshinAccountView.swift(+77 -0)📝
PlayCover/View/Style.swift(+12 -0)📄 Description
This PR is related to this PR https://github.com/PlayCover/PlayTools/pull/6 and mandatory to make fullscreen work.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.