Skip to content

Commit

Permalink
VERSIONE 3.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
astrgl committed May 29, 2023
1 parent 40cccf5 commit 9612747
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .src/FABOUT.form
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
MoveScaled(1,1,50,4)
Font = Font["+7"]
Alignment = Align.Center
Text = ("DNFDRAKE 3.6.9")
Text = ("DNFDRAKE 3.6.10")
}
}
}
8 changes: 4 additions & 4 deletions .src/FEXTRA.class
Original file line number Diff line number Diff line change
Expand Up @@ -202,15 +202,15 @@ Public Sub BTNCLOSE_Click()
Fmain.$KILL = 0
Endif

If CHKDNFDRAKETRAYLAUNCH.VALUE = True And If Not Exist(User.Home &/ ".config/autostart/dnfdraketray.gambas.desktop") Then
If CHKDNFDRAKETRAYLAUNCH.VALUE = True And If Not Exist(User.Home &/ ".config/autostart/dnfdraketray.desktop") Then
If Not Exist(User.Home &/ ".config/autostart") Then
Shell ("mkdir " & User.Home &/ ".config/autostart")
Endif
Shell ("cp /usr/share/dnfdrake/dnfdraketray.gambas.desktop " & User.Home &/ ".config/autostart/")
Shell ("cp /usr/share/dnfdrake/dnfdraketray.desktop " & User.Home &/ ".config/autostart/")
Endif

If CHKDNFDRAKETRAYLAUNCH.VALUE = False And If Exist(User.Home &/ ".config/autostart/dnfdraketray.gambas.desktop") Then
Shell ("rm -f " & User.Home &/ ".config/autostart/dnfdraketray.gambas.desktop")
If CHKDNFDRAKETRAYLAUNCH.VALUE = False And If Exist(User.Home &/ ".config/autostart/dnfdraketray.desktop") Then
Shell ("rm -f " & User.Home &/ ".config/autostart/dnfdraketray.desktop")
Endif

If CHKOFFLINE.Value = True Then
Expand Down

0 comments on commit 9612747

Please sign in to comment.