remove flash effect by changing load order
This commit is contained in:
parent
9b1b8ca1ed
commit
9dda522a26
|
@ -1,7 +1,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#define READABILITY_N 88229 + 1000
|
||||
#define READABILITY_N 88212 + 1000
|
||||
|
||||
void read_readability_js(char* string)
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#define READABILITY_N 88229 + 1000
|
||||
#define READABILITY_N 88212 + 1000
|
||||
|
||||
void read_readability_js(char* string);
|
||||
|
|
|
@ -487,8 +487,8 @@ int main(int argc, char** argv)
|
|||
|
||||
// Show to user
|
||||
// The first two commands are redundant with notebook_create_new_tab
|
||||
gtk_window_present(window);
|
||||
gtk_widget_set_visible(GTK_WIDGET(window), 1);
|
||||
// gtk_window_present(window);
|
||||
// gtk_widget_set_visible(GTK_WIDGET(window), 1);
|
||||
if (argc != 0) gtk_widget_set_visible(GTK_WIDGET(bar.widget), 0);
|
||||
|
||||
// Deal with more tabs, if any
|
||||
|
|
Loading…
Reference in New Issue
Block a user