blun-king-cli 9.1.63 → 9.1.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/provider-idle-timeout-policy.cjs +1 -1
- package/blun.mjs +1 -1
- package/package.json +1 -1
package/blun.mjs
CHANGED
|
@@ -512100,7 +512100,7 @@ function createTUIState(options) {
|
|
|
512100
512100
|
const quotaWarningContainer = new GutterContainer(1, 1);
|
|
512101
512101
|
const quotaWarning = new ManagedQuotaWarningComponent();
|
|
512102
512102
|
quotaWarningContainer.addChild(quotaWarning);
|
|
512103
|
-
const loopIndicatorContainer = new GutterContainer(
|
|
512103
|
+
const loopIndicatorContainer = new GutterContainer(3, 1);
|
|
512104
512104
|
const loopIndicator = new LoopChatIndicatorComponent(appState, () => {
|
|
512105
512105
|
ui.requestRender();
|
|
512106
512106
|
});
|