mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Move Splash screen text below icon. Set the text color to black
- It is currently on top of the splash screen icon - Ballpark pixels to move such that text positioned below icon - Test later to verify if text is positioned fine now
This commit is contained in:
parent
450f6441e2
commit
1b1f8f9272
1 changed files with 2 additions and 2 deletions
|
@ -53,9 +53,9 @@ if system() != 'Darwin':
|
|||
'src/interface/web/assets/icons/favicon-144x144.png',
|
||||
binaries=a.binaries,
|
||||
datas=a.datas,
|
||||
text_pos=(10, 50),
|
||||
text_pos=(10, 160),
|
||||
text_size=12,
|
||||
text_color='blue',
|
||||
text_color='black',
|
||||
minify_script=True,
|
||||
always_on_top=True
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue