Skip to content

Commit

Permalink
Added one more meme for splash screen
Browse files Browse the repository at this point in the history
As I love those splash screen tried to make a meme for it.
Do not hesitate to drop it if you don't want it.
Updated main and ressource to find the file

Co-authored-by: ManuelValch <manuelValch@proton.me>
  • Loading branch information
2 people authored and manuelValch committed Feb 6, 2024
1 parent 127fa41 commit 4e78ee9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plotjuggler_app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ QPixmap getFunnySplashscreen()
srand(time(nullptr));

auto getNum = []() {
const int last_image_num = 93;
const int last_image_num = 94;
int n = rand() % (last_image_num + 2);
if (n > last_image_num)
{
Expand Down
1 change: 1 addition & 0 deletions plotjuggler_app/resource.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
<file>resources/memes/meme_91.jpg</file>
<file>resources/memes/meme_92.jpg</file>
<file>resources/memes/meme_93.jpg</file>
<file>resources/memes/meme_94.jpg</file>
<file>resources/office_chart_line_stacked.png</file>
<file>resources/plotjuggler.svg</file>
<file>resources/skin/about_window_body.html</file>
Expand Down
Binary file added plotjuggler_app/resources/memes/meme_94.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e78ee9

Please sign in to comment.