mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-03 01:28:30 +00:00
3.5.196. Write dark theme for new-style search dialog. Fix the height limit for SRL race info popups.
This commit is contained in:
parent
ee21ab28c3
commit
04a8f5dae7
4 changed files with 47 additions and 5 deletions
|
@ -37,7 +37,7 @@ FFZ.msg_commands = {};
|
|||
|
||||
// Version
|
||||
var VER = FFZ.version_info = {
|
||||
major: 3, minor: 5, revision: 194,
|
||||
major: 3, minor: 5, revision: 196,
|
||||
toString: function() {
|
||||
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue