WebView 1.84:

- deny more than 2 empty line breaks
- h1 is now bolder than h2, propper align of list items, show buttons, distinct images in text
- add hotkeys
- improve proceed of urls

git-svn-id: svn://kolibrios.org@7742 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2020-03-21 14:33:54 +00:00
parent 1db21b9e5d
commit ce732ebdd3
13 changed files with 194 additions and 126 deletions

View File

@@ -76,8 +76,8 @@ enum {
int player_run_id;
int notify_run_id;
bool repeat;
bool shuffle;
bool repeat=false;
bool shuffle=false;
int current_playing_file_n=0;