Skip to content

Commit afdf0b4

Browse files
authored
Merge pull request #5 from erkanisik1/main
installing'de gösterilen % bölümü kaldırıldı.
2 parents b9909dc + f1d4992 commit afdf0b4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

yali/gui/ScrInstall.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,10 @@ def checkQueueEvent(self):
177177
self.installProgress.ui.info.setText(
178178
_("General",
179179
# "Installing <b>{percent:.2f}%</b>".format(percent=percent)))
180-
"Installing <b>{percent:.2f}%</b> : {file}".format(**info)))
180+
#"Installing <b>{percent:.2f}%</b> : {file}".format(**info)))
181+
#09-11-2022 tarihinde değiştirildi
182+
"Installing: {file}".format(**info)))
183+
181184
if percent >= self.cur + 0.5:
182185
ctx.logger.debug("Sqfs: installing {}%".format(percent))
183186
self.cur = percent

yali/pisiiface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def configurePending():
284284
# Make baselayout configure first
285285
pisi.api.configure_pending(['baselayout'])
286286
# And all of pending packages
287-
pisi.api.configure_pending()
287+
pisi.api.configure_pending()
288288
os.unlink(ctx.consts.target_dir + ctx.consts.target_dir)
289289

290290

0 commit comments

Comments
 (0)