Before font remake
This commit is contained in:
+2
-2
@@ -185,7 +185,7 @@ impl SyncState {
|
||||
)
|
||||
|
||||
.style(rounded_box),
|
||||
button("Скопировать в буффер обмена")
|
||||
button("Скопировать в буфер обмена")
|
||||
.on_press(SyncMessage::CopyKey)
|
||||
.width(Fill),
|
||||
row![
|
||||
@@ -202,7 +202,7 @@ impl SyncState {
|
||||
} else {
|
||||
column![
|
||||
button("Создать сохранение").on_press(SyncMessage::InitSync),
|
||||
button("Вставить ключ из буффера").on_press(SyncMessage::GetKey),
|
||||
button("Вставить ключ из буфера").on_press(SyncMessage::GetKey),
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user