choco-ui-color-picker #17

Merged
cake merged 4 commits from choco/LightlessClient:choco-ui-color-picker into 1.11.6 2025-09-07 19:06:45 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 8c1751fe61 - Show all commits

View File

@@ -75,7 +75,7 @@ public class CompactUi : WindowMediatorSubscriberBase
_ipcManager = ipcManager;
_tabMenu = new TopTabMenu(Mediator, _apiController, _pairManager, _uiSharedService);
AllowPinning = false;
AllowPinning = true;
AllowClickthrough = false;
TitleBarButtons = new()
{

View File

@@ -98,7 +98,7 @@ public class SettingsUi : WindowMediatorSubscriberBase
_uiShared = uiShared;
_nameplateService = nameplateService;
AllowClickthrough = false;
AllowPinning = false;
AllowPinning = true;
_validationProgress = new Progress<(int, int, FileCacheEntity)>(v => _currentProgress = v);
SizeConstraints = new WindowSizeConstraints()