]> git.armaanb.net Git - lightcards.git/blobdiff - lightcards/display.py
Rename confirm_quit option to quit_confirmation
[lightcards.git] / lightcards / display.py
index ae3534d0a2ab8449f2a8b1d748331cdb4e5716cd..e7ebb1fd004354bc9c8849a3ed84696ee18997d5 100644 (file)
@@ -50,7 +50,7 @@ class Quit:
         (mlines, mcols) = self.outer.win.getmaxyx()
         self.win.mvwin(int(mlines / 2) - 3, int(mcols / 2) - 10)
         self.panel.show()
-        if self.outer.config["confirm_quit"]:
+        if self.outer.config["quit_confirmation"]:
             while True:
                 key = self.win.getkey()
                 if key == "y":