mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Removed blue window title, new small title used only in Windows.
This commit is contained in:
@@ -37,7 +37,7 @@ boxBlueClose: MaskButton(defaultMaskButton) {
|
||||
iconBg: #c8e1f0;
|
||||
iconBgOver: #ffffff;
|
||||
|
||||
icon: icon {{ "box_button_close", boxBlueTitleBg }};
|
||||
icon: icon {{ "box_button_close-invert", boxBlueTitleBg }};
|
||||
}
|
||||
|
||||
confirmInviteTitle: flatLabel(labelDefFlat) {
|
||||
@@ -198,7 +198,7 @@ notificationsBoxMonitorTop: 63px;
|
||||
notificationsBoxMonitor: icon {{ "monitor", notificationsBoxMonitorFg }};
|
||||
notificationsBoxScreenTop: 10px;
|
||||
notificationsBoxScreenSize: size(280px, 160px);
|
||||
notificationsBoxScreenBg: titleBg;
|
||||
notificationsBoxScreenBg: #6389a8;
|
||||
notificationsBoxCountLabelTop: 80px;
|
||||
notificationsBoxCountTop: 30px;
|
||||
|
||||
|
@@ -405,7 +405,6 @@ void PasscodeBox::onSave(bool force) {
|
||||
cSetPasscodeBadTries(0);
|
||||
Local::setPasscode(pwd.toUtf8());
|
||||
App::wnd()->checkAutoLock();
|
||||
App::wnd()->getTitle()->updateControlsVisibility();
|
||||
onClose();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user