Skip to content

Commit

Permalink
1.211 업데이트
Browse files Browse the repository at this point in the history
-구글 시트 번역기가 작동하지 않던 문제 수정
  • Loading branch information
killkimno committed Nov 15, 2020
1 parent ed8edc5 commit d9b2932
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GSTrans/Sheets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void Initialize() {
//Resize
Request RequestBody = new Request()
{
UpdateSheetProperties = new UpdateSheetPropertiesRequest()
AddSheet = new AddSheetRequest()
{
Properties = new SheetProperties()
{
Expand All @@ -87,7 +87,8 @@ public void Initialize() {
Blue = 0.4f
}
},
Fields = "*"


}
};

Expand Down

0 comments on commit d9b2932

Please sign in to comment.