From 03030427e9684487abcf2399d6cb2f4bff980abd Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Fri, 12 Sep 2025 16:35:38 -0700 Subject: [PATCH] Add new fortune saying --- core/src/components/popup.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/components/popup.rs b/core/src/components/popup.rs index 742f9e0..2a76618 100644 --- a/core/src/components/popup.rs +++ b/core/src/components/popup.rs @@ -111,6 +111,7 @@ pub fn fortune() -> String { 7 => "TIP OF THE DAY\n\n\nNever go full Snappy!", 8 => "WORDS OF WISDOM\n\n\n\nIt’s not DNS,\n\nThere’s no way it’s DNS,\n\nIt was DNS.", 9 => "HAL 9000\n\n\n\"I'm sorry Dave, I'm afraid I can't do that.\"", + 10 => "\n\n\nIt's now safe to turn off your computer.", _ => "COMPLETE\n\n\nThank you for using this tool!", }) }