Skip to content

Commit 1480706

Browse files
committed
Address comments.
1 parent 58c526f commit 1480706

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/preferences/UsageStatusPreferencePage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ private static PageLayout fromPlan(CopilotPlan plan, Quota premiumQuota) {
9393
@Override
9494
public void init(IWorkbench workbench) {
9595
setPreferenceStore(CopilotUi.getPlugin().getPreferenceStore());
96-
scheduleQuotaLoad();
9796
}
9897

9998
@Override
@@ -105,6 +104,8 @@ protected Control createContents(Composite parent) {
105104
mainComposite.setLayout(mainLayout);
106105
mainComposite.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
107106

107+
scheduleQuotaLoad();
108+
108109
return mainComposite;
109110
}
110111

0 commit comments

Comments
 (0)