From f87a21a8a74175a402e2a31ffb4d9ef51eb7257e Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 22 Dec 2017 16:46:09 +0000 Subject: [PATCH] Fix broken UI and timezone selection One comma was missing after the last `git rebase` I did before merging code. --- pmb/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index c0989c68..65d01be4 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -46,7 +46,7 @@ work_version = "1" # Only save keys to the config file, which we ask for in 'pmbootstrap init'. config_keys = ["ccache_size", "device", "extra_packages", "jobs", "keymap", - "qemu_mesa_driver", "timestamp_based_rebuild", "timezone" + "qemu_mesa_driver", "timestamp_based_rebuild", "timezone", "ui", "user", "work"] # Config file/commandline default values