Skip to content

Commit

Permalink
Merge pull request #1 from Kulothungan16/master
Browse files Browse the repository at this point in the history
Added kivymd in third party modules
  • Loading branch information
HeaTTheatR committed Oct 29, 2020
2 parents 6a52abf + 64c5b29 commit 96c5dcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MDScreen:
text: "EXAMPLE"
pos_hint: {"center_x": .5, "center_y": .5}
on_release:
SweetAlert(window_control_buttons=["mac-style"]).fire("Any fool can use a computer!")
SweetAlert(window_control_buttons="mac-style").fire("Any fool can use a computer!")
"""


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ multi_line_output = 3
use_parantheses = true
force_grid_wrap = 0
ensure_newline_before_comments = true
known_third_party = ["setuptools", "autoapi", "kivy", "requests", "PIL", "android", "jnius", "watchdog", "sphinx", "docutils", "unidecode"]
known_third_party = ["setuptools", "autoapi", "kivy", "requests", "PIL", "android", "jnius", "watchdog", "sphinx", "docutils", "unidecode", "kivymd"]
2 changes: 1 addition & 1 deletion sweetalert.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def callback(self, instance_button):
.. code-block:: python
SweetAlert().fire('That thing is still around?', type='question')
SweetAlert().fire('That thing is still around?', type='success')
.. image:: https://github.com/HeaTTheatR/KivyMD-data/raw/master/gallery/sweet-alert-success.png
:align: center
Expand Down

0 comments on commit 96c5dcd

Please sign in to comment.