From fba0e2ee6348faa31f8654f3a6e6a03dd377a36b Mon Sep 17 00:00:00 2001 From: Claire Date: Sat, 1 Oct 2022 21:06:17 -0700 Subject: [PATCH] minor user-prefs update --- User-Prefs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/User-Prefs.md b/User-Prefs.md index 858e2c1..ede69a6 100644 --- a/User-Prefs.md +++ b/User-Prefs.md @@ -245,4 +245,6 @@ Since we're now setting the value of `key2` after the variable has been created, } ... } -``` \ No newline at end of file +``` + +Compile your application, and you now have a fully functional, persistent user preference for your application's icon set. \ No newline at end of file