From 480fe1f793bb533ad7f16eb41889a49155c4f72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Moreno?= <47700212+JoseMoreville@users.noreply.github.com> Date: Fri, 12 Aug 2022 20:34:11 -0600 Subject: [PATCH] Feat :sparkles: Delete game preferences This fixes screen bug on Playtools 1.1.6 when you quit the game using cmd + w and increases the quality of the game. more noticeable on fullscreen when quitting with cmd + w, --- PlayCover.xcodeproj/project.pbxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/PlayCover.xcodeproj/project.pbxproj b/PlayCover.xcodeproj/project.pbxproj index 8fa0ae9e..7c6fc648 100644 --- a/PlayCover.xcodeproj/project.pbxproj +++ b/PlayCover.xcodeproj/project.pbxproj @@ -600,6 +600,7 @@ 8783D00B26B8C9E600171041 /* URLExtensions.swift in Sources */, ABED59832887A32F004D782B /* MenuBarView.swift in Sources */, 538AAE7B26CD41E60009C7AC /* ProcessExtension.swift in Sources */, + 2878234D28A73FA600E6C27F /* DeletePreferences.swift in Sources */, 92EE06D4274EA604002C907B /* PlayAppView.swift in Sources */, 9280871D2824AD360034C510 /* Unarchiver.swift in Sources */, 92279BBF27610433009F28BF /* AppSettingsView.swift in Sources */,