Bugfix in README

This commit is contained in:
DarkCat09 2022-11-01 16:43:06 +04:00
parent f5d91bdaa7
commit 60f222f8f0

View file

@ -15,8 +15,8 @@ Opens GTK MessageDialog
|Name|Type|Description|Default value|
|:--:|:--:|:----------|:------:|
|title|`str`|Dialog caption|*Required*|
|text|`Tuple[Optional[str], bool] | Optional[str]`|Dialog primary text, str or tuple: `(text, use_markup)`|*Required*|
|sectext|`Tuple[Optional[str], bool] | Optional[str]`, optional|Dialog secondary text, str or tuple|`None`|
|text|`Tuple[Optional[str], bool] \| Optional[str]`|Dialog primary text, str or tuple: `(text, use_markup)`|*Required*|
|sectext|`Tuple[Optional[str], bool] \| Optional[str]`|Dialog secondary text, str or tuple|`None`|
|btns|`Gtk.ButtonsType`|Dialog buttons|`Gtk.ButtonsType.OK`|
|msgtype|`Gtk.MessageType`|Dialog message type|`Gtk.MessageType.INFO`|