Using RxApp replace ViewAction

This commit is contained in:
2dust
2025-08-30 20:36:16 +08:00
parent ef4a1903ec
commit e3a63db966
8 changed files with 16 additions and 35 deletions
@@ -268,7 +268,7 @@ public class MainWindowViewModel : MyReactiveObject
}
if (_config.UiItem.EnableAutoAdjustMainLvColWidth)
{
_updateView?.Invoke(EViewAction.AdjustMainLvColWidth, null);
AppEvents.AdjustMainLvColWidthRequested.OnNext(Unit.Default);
}
}
}