move the OAUTH2 page above the Advanced page
authorpaul <paul@claws-mail.org>
Thu, 15 Apr 2021 19:56:16 +0000 (20:56 +0100)
committerPaul <paul@claws-mail.org>
Thu, 15 Apr 2021 19:56:52 +0000 (20:56 +0100)
src/prefs_account.c

index ae56b62dbcdc45d193e0c53cb794867fcc8587b9..d8de029bcf522d2176a0d82421942309312c3977 100644 (file)
@@ -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)