Skip to content

Commit

Permalink
Add back saf
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite committed Mar 28, 2024
1 parent 2ff83fd commit 0f7ad01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuestAppVersionSwitcher/FolderPermission.cs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public static void DeleteDirectoryContent(string dir)

public static bool NeedsSAF()
{
return false;
//return false;
return Build.VERSION.SdkInt > BuildVersionCodes.Q;
}

Expand Down

0 comments on commit 0f7ad01

Please sign in to comment.