diff options
author | 0neGal <mail@0negal.com> | 2022-10-23 03:38:35 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-10-23 03:38:35 +0200 |
commit | 64aad4e22abd95b67ee657723e31257419bed662 (patch) | |
tree | 115fd1e84866058152df7febe40b2bc8973b9a4a /src/app | |
parent | 0862c82996f11822fa851eeebc247d12f88dcd7d (diff) | |
download | Viper-64aad4e22abd95b67ee657723e31257419bed662.tar.gz Viper-64aad4e22abd95b67ee657723e31257419bed662.zip |
Linux settings title/section icon
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/icons/linux.png | bin | 0 -> 8435 bytes | |||
-rw-r--r-- | src/app/index.html | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/app/icons/linux.png b/src/app/icons/linux.png Binary files differnew file mode 100644 index 0000000..1160156 --- /dev/null +++ b/src/app/icons/linux.png diff --git a/src/app/index.html b/src/app/index.html index 5143520..c32d18f 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -51,7 +51,10 @@ <input> </div> </div> - <h2 class="linuxopt">%%gui.settings.title.linux%%</h2> + <div class="title"> + <img src="icons/linux.png"> + <h2>%%gui.settings.title.linux%%</h2> + </div> <div class="option linuxopt" name="wineprefix"> <div class="text"> %%gui.settings.wineprefix.title%% @@ -74,7 +77,6 @@ <input> </div> </div> - <h2>%%gui.settings.title.language%%</h2> <div class="title"> <img src="icons/language.png"> <h2>%%gui.settings.title.language%%</h2> |