From 9e6b4e50aa438f33391e09b703e41c0daf36bf97 Mon Sep 17 00:00:00 2001 From: Pablo Arias Date: Wed, 17 Apr 2019 22:35:28 +0200 Subject: [PATCH] Move force_new_browser_window option to the main options --- rtv/templates/rtv.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rtv/templates/rtv.cfg b/rtv/templates/rtv.cfg index 0c9f7d3..3cca8a2 100644 --- a/rtv/templates/rtv.cfg +++ b/rtv/templates/rtv.cfg @@ -57,6 +57,9 @@ hide_username = False ; been installed into either the custom of default theme paths. ;theme = molokai +; Open a new browser window instead of a new tab in existing instance +force_new_browser_window = False + ################ # OAuth Settings ################ @@ -82,9 +85,6 @@ oauth_scope = edit,history,identity,mysubreddits,privatemessages,read,report,sav ; See https://imgur.com/account/settings/apps to generate your own key. imgur_client_id = 93396265f59dec9 -; Open a new browser window instead of a new tab in existing instance -force_new_browser_window = False - [bindings] ############## # Key Bindings