commit 1b2f2a0f0116831a4f6375a39269f59d1b78821e
parent 3c6e333b6e1337231fde44f6c61eb85541ecc4ad
Author: paul <paul@claws-mail.org>
Date: Thu, 15 Apr 2021 20:56:16 +0100
move the OAUTH2 page above the Advanced page
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/prefs_account.c b/src/prefs_account.c
@@ -4361,8 +4361,8 @@ void prefs_account_init()
hooks_register_hook(SSL_CERT_GET_PASSWORD, sslcert_get_password, NULL);
#endif
register_proxy_page();
- register_advanced_page();
register_oauth2_page();
+ register_advanced_page();
}
PrefsAccount *prefs_account_new(void)