Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Sep 17, 2024
1 parent fede0dd commit 4625ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/artisanlib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4268,7 +4268,7 @@ def updateLimits(self, rlimit:float, rused:float, pu:str, notifications:int, mac
def updateSchedule(self) -> None:
if self.schedule_window is None:
# schedule window is closed
item_count:Optional[int] = plus.schedule.ScheduleWindow.openScheduleItemsCount(self)
item_count:int = plus.schedule.ScheduleWindow.openScheduleItemsCount(self)
if self.scheduler_auto_open:
if item_count > 0 and plus.controller.is_connected():
# if plus is connected and there are open schedule items, we open the scheduler window automatically
Expand Down
2 changes: 1 addition & 1 deletion src/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ rm -rf dist/_internal/PyQt6/Qt6/lib/libQt6QmlModels.so.6
rm -rf dist/_internal/PyQt6/Qt6/lib/libQt6Pdf.so.6
rm -rf dist/_internal/PyQt6/Qt6/lib/libQt6Positioning.so.6
rm -rf dist/_internal/PyQt6/Qt6/lib/libQt6WebChannel.so.6
# rm -rf dist/_internal/PyQt6/Qt6/lib/libQt6OpenGL.so.6 #(dont' remove! No window decorations without this one!)
# rm -rf dist/_internal/PyQt6/Qt6/lib/libQt6OpenGL.so.6 # (don't remove! No window decorations without this one!)

# remove unused Qt plugins
rm -rf dist/_internal/PyQt6/Qt6/plugins/imageformats/libqwebp.so
Expand Down

0 comments on commit 4625ddf

Please sign in to comment.