change gobang.gif

pull/3/head
Takayuki Maeda 3 years ago
parent 7e0f698c18
commit 6c5a0069ba

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 MiB

After

Width:  |  Height:  |  Size: 5.4 MiB

@ -16,7 +16,7 @@ pub async fn handler(key: Key, app: &mut App) -> anyhow::Result<()> {
}
let pool = MySqlPool::connect(conn.database_url().as_str()).await?;
app.pool = Some(pool);
app.focus_type = FocusBlock::DabataseList(true);
app.focus_type = FocusBlock::DabataseList(false);
}
app.databases = match app.selected_connection() {
Some(conn) => match &conn.database {

Loading…
Cancel
Save