mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Update passport phrases.
This commit is contained in:
@@ -119,6 +119,7 @@ boxLabel: FlatLabel(defaultFlatLabel) {
|
||||
}
|
||||
boxDividerLabel: FlatLabel(boxLabel) {
|
||||
minWidth: 245px;
|
||||
align: align(topleft);
|
||||
textFg: windowSubTextFg;
|
||||
style: defaultTextStyle;
|
||||
}
|
||||
|
@@ -592,7 +592,7 @@ int ProxiesBox::rowHeight() const {
|
||||
}
|
||||
|
||||
void ProxiesBox::addNewProxy() {
|
||||
Ui::show(_controller->addNewItemBox(), LayerOption::KeepOther);
|
||||
getDelegate()->show(_controller->addNewItemBox());
|
||||
}
|
||||
|
||||
void ProxiesBox::applyView(View &&view) {
|
||||
@@ -660,7 +660,7 @@ void ProxiesBox::setupButtons(int id, not_null<ProxyRow*> button) {
|
||||
|
||||
button->editClicks(
|
||||
) | rpl::start_with_next([=] {
|
||||
Ui::show(_controller->editItemBox(id), LayerOption::KeepOther);
|
||||
getDelegate()->show(_controller->editItemBox(id));
|
||||
}, button->lifetime());
|
||||
|
||||
button->shareClicks(
|
||||
|
Reference in New Issue
Block a user