Gitman: Auto-Commit all

This commit is contained in:
kake26 2025-01-28 20:11:05 -06:00
parent 9792d5092b
commit 7faef44749
Signed by: kake26
GPG key ID: E8AFC43591876B4D
9 changed files with 96 additions and 21 deletions

17
kratom.pb Normal file → Executable file
View file

@ -5,22 +5,9 @@
UseSQLiteDatabase()
XIncludeFile "kratomfrm1.pbf"
XIncludeFile "splash.pbf"
XIncludeFile "pocketbase.pb"
Declare updatelist() ; declare forward procedure
; A little positioning work
desktop = ExamineDesktops()
screenWidth = DesktopWidth(0)
screenHeight = DesktopHeight(0)
; Define the window dimensions
windowWidth = 1140
windowHeight = 630
; Calculate the center position
xPos = (screenWidth - windowWidth) / 2
yPos = (screenHeight - windowHeight) / 2
Opensplash();xPos,yPos)
; init code
@ -107,7 +94,7 @@ Repeat
Until Event = #PB_Event_CloseWindow ; Quit on any window close
; IDE Options = PureBasic 6.12 LTS (Linux - x64)
; CursorPosition = 23
; CursorPosition = 7
; Folding = -
; EnableXP
; DPIAware