v1.0.24: stable-rebuild from v1.0.14 + reload fix
Base: v1.0.14 (last known good before icon changes). Added: PI reloads automatically after API token is saved on fresh install so onPropertyInspectorDidAppear re-fires with the token in place, fixing the chicken-and-egg setup flow. Versioned above master (1.0.22) so auto-updater leaves it alone. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -172,6 +172,9 @@
|
||||
};
|
||||
$PI.setGlobalSettings(creds);
|
||||
setCredStatus("Credentials saved.", "ok");
|
||||
if (creds.notionToken && !creds.userId) {
|
||||
setTimeout(function() { location.reload(); }, 300);
|
||||
}
|
||||
}
|
||||
|
||||
function populateUsers(users, savedUserId) {
|
||||
|
||||
Reference in New Issue
Block a user