From 7c834a6822ddb547d5a3bb590fef15a3261d8792 Mon Sep 17 00:00:00 2001 From: pioniere Date: Wed, 19 Oct 2022 12:07:50 -0700 Subject: [PATCH] Update fucks.py --- fucks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fucks.py b/fucks.py index 2e8a7dd..c65add8 100644 --- a/fucks.py +++ b/fucks.py @@ -44,7 +44,7 @@ layout = [ [sg.Text('Fucks Not Given', font = bigfnt, justification='center')], [sg.Text('Today: ', font = fnt), sg.Text(todayFucks, size=(2,1), key='tFucks', font = fnt), sg.Text('Alltime: ', font = fnt), sg.Text(alltimeFucks, size=(3,1), key='aFucks', font = fnt)], - [sg.Button(' Don\'t Give A Fuck ', font = fnt), sg.Button(' Fuck It ', font = fnt)] + [sg.Button(' Don\'t Give A Fuck ', font = fnt), sg.Button(' Quit ', font = fnt)] ] @@ -67,4 +67,4 @@ window.FindElement('tFucks').update(todayFucks) window.FindElement('aFucks').update(alltimeFucks) -window.close() \ No newline at end of file +window.close()